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

TTextRange encapsulates the TEXTRANGE structure, which contains information about a range of text in a rich edit control. More...

#include <owl/richedit.h>

Inheritance diagram for owl::TTextRange:

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'.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TTextRange() [1/3]

owl::TTextRange::TTextRange ( )
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.

◆ TTextRange() [2/3]

owl::TTextRange::TTextRange ( const TCharRange & rng,
TCHAR * buffer )
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.

◆ TTextRange() [3/3]

owl::TTextRange::TTextRange ( int beg,
int end,
TCHAR * buffer )
inline

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.


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