|
OWLNext 6.32
|
#include <richedit.h>
Public Member Functions | |
| TFindText (const TCharRange &range, const tstring &text) | |
| TFindText (int beg, int end, const tstring &text) | |
TFindText encapsulates the FINDTEXT structure, which contains information about text to search for in a rich edit control.
| owl::TFindText::TFindText | ( | const TCharRange & | range, |
| const tstring & | text | ||
| ) | [inline] |
Constructs a 'TFindText' describing the text to search for and the range of the search using the 'text' and 'range' parameters respectively.
| owl::TFindText::TFindText | ( | int | beg, |
| int | end, | ||
| const tstring & | text | ||
| ) | [inline] |
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.
1.7.4