OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TTextRange encapsulates the TEXTRANGE structure, which contains information about a range of text in a rich edit control. More...
#include <owl/richedit.h>
Public Member Functions | |
TTextRange () | |
Constructs a default 'TTextRange' structure with the data members describing the range and text initialized to zero. | |
TTextRange (const TCharRange &, TCHAR *buffer) | |
Constructs a 'TTextRange' structure by initializing the range and text members with the 'rng' and 'buffer' parameters respectively. | |
TTextRange (int beg, int end, TCHAR *buffer) | |
Constructs a 'TTextRange' structure by initializing the text with the 'buffer' parameter, and the range using 'beg' and 'end'. | |
TTextRange encapsulates the TEXTRANGE structure, which contains information about a range of text in a rich edit control.
Definition at line 193 of file richedit.h.
|
inline |
Constructs a default 'TTextRange' structure with the data members describing the range and text initialized to zero.
Definition at line 667 of file richedit.h.
|
inline |
Constructs a 'TTextRange' structure by initializing the range and text members with the 'rng' and 'buffer' parameters respectively.
Definition at line 678 of file richedit.h.
Constructs a 'TTextRange' structure by initializing the text with the 'buffer' parameter, and the range using 'beg' and 'end'.
Definition at line 688 of file richedit.h.