9#if !defined(OWL_FINDREPL_H)
13#if defined(BI_HAS_PRAGMA_ONCE)
110 auto PerformCreate() ->
THandle override;
161 virtual THandle PerformCreate()
override;
191 virtual THandle PerformCreate()
override;
Derived from TDialog, TCommonDialog is the abstract base class for TCommonDialog objects.
TFindDialog objects represents modeless dialog box interface elements that let you specify text to fi...
The TFindReplaceDialog::TData class encapsulates information necessary to initialize a TFindReplace d...
uint32 Error
If the dialog box is successfully created, Error is 0.
int BuffSize
BuffSize contains the size of the text buffer.
TCHAR * ReplaceWith
ReplaceWith contains the replacement string.
TCHAR * FindWhat
Contains the search string.
uint32 Flags
Flags, which indicates the state of the control buttons and the action that occurred in the dialog bo...
TFindReplaceDialog is an abstract base class for a modeless dialog box that lets you search for and r...
void CmCancel()
EV_COMMAND(IDCANCEL,.
void SetFR(const FINDREPLACE &_fr)
Sets the underlying system structure for the dialog.
void SetData(TData &data)
Sets the transfer data for the dialog.
void CmReplaceAll()
EV_COMMAND(psh2,.
FINDREPLACE & GetFR()
Returns the underlying system structure for the find and replace dialog.
void CmFindNext()
EV_COMMAND(IDOK,.
TData & GetData()
Returns the transfer data for the find and replace dialog.
void CmReplace()
EV_COMMAND(psh1,.
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
TReplaceDialog creates a modeless dialog box that lets the user enter a selection of text to replace.
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
TResult DefaultProcessing()
Handles default processing of events, which includes continued processing of menu/accelerators comman...
ipstream, a specialized input stream derivative of pstream, is the base class for reading (extracting...
Base class for writing streamable objects.
Definition of Common Dialog abstract base class.
#define DECLARE_RESPONSE_TABLE(cls)
Object Windows Library (OWLNext Core)
UINT TMsgId
Message ID type.
LPARAM TParam2
Second parameter type.
WPARAM TParam1
First parameter type.