OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TFindText Class Reference

TFindText encapsulates the FINDTEXT structure, which contains information about text to search for in a rich edit control. More...

#include <owl/richedit.h>

Inheritance diagram for owl::TFindText:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TFindText() [1/2]

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.

Definition at line 635 of file richedit.h.

◆ TFindText() [2/2]

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.

Definition at line 647 of file richedit.h.


The documentation for this class was generated from the following file: