back to gui
wxFindReplaceData
generated from ../src/mod_gui/control/finddata.cpp
wxFindReplaceData holds the data for wxFindReplaceDialog.
It is used to initialize the dialog with the default values and
will keep the last values from the dialog when it is closed.
It is also updated each time a wxFindDialogEvent is generated so
instead of using the wxFindDialogEvent methods
you can also directly query this object.
Constants
Flags
| Name |
Description |
| DOWN |
|
| WHOLEWORD |
|
| MATCHCASE |
|
Constructor
wxFindReplaceData
wxFindReplaceData(Flags = 0)
| Name |
Type |
Default |
Description |
| Flags |
Integer |
0 |
|
Constructs a new wxFindReplaceData object.
Properties
| Name |
Type |
Description |
| findString |
String |
Get/Set the string to find
|
| flags |
Integer |
Get/Set the flags.
|
| replaceString |
String |
Get/Set the replacement string
|