OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TFindText encapsulates the FINDTEXT structure, which contains information about text to search for in a rich edit control. More...
#include <owl/richedit.h>
Public Member Functions | |
TFindText (const TCharRange &range, const tstring &text) | |
Constructs a 'TFindText' describing the text to search for and the range of the search using the 'text' and 'range' parameters respectively. | |
TFindText (int beg, int end, const tstring &text) | |
Constructs a 'TFindText' describing the text to search for via the 'text' parameter, and the range to search for via the 'beg' and 'end' parameters, respectively. | |
TFindText encapsulates the FINDTEXT structure, which contains information about text to search for in a rich edit control.
Definition at line 206 of file richedit.h.
|
inline |
Constructs a 'TFindText' describing the text to search for and the range of the search using the 'text' and 'range' parameters respectively.
Definition at line 635 of file richedit.h.
Constructs a 'TFindText' describing the text to search for via the 'text' parameter, and the range to search for via the 'beg' and 'end' parameters, respectively.
Definition at line 647 of file richedit.h.