OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TCharRange encapsulates the CHARRANGE structure, which specifies a range of characters in a rich edit control. More...
#include <owl/richedit.h>
Public Member Functions | |
TCharRange (int minValue=0, int maxValue=-1) | |
Constructs a TCharRange structure initialized with the specified 'minValue' and 'maxValue' parameters. | |
TCharRange (const TEdit::TRange &r) | |
operator TEdit::TRange () | |
TCharRange encapsulates the CHARRANGE structure, which specifies a range of characters in a rich edit control.
Can convert to and from TEdit::TRange.
Definition at line 105 of file richedit.h.
Constructs a TCharRange structure initialized with the specified 'minValue' and 'maxValue' parameters.
Definition at line 603 of file richedit.h.
|
inline |
Definition at line 108 of file richedit.h.
|
inline |
Definition at line 110 of file richedit.h.