OWLNext 6.32
Public Member Functions
owl::TFindText Class Reference

#include <richedit.h>

List of all members.

Public Member Functions

 TFindText (const TCharRange &range, const tstring &text)
 TFindText (int beg, int end, const tstring &text)

Detailed Description

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


Constructor & Destructor Documentation

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.


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