OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Represents a half-open range of positions in the edit control, e.g. More...
#include <owl/edit.h>
Public Member Functions | |
TRange (int b=0, int e=-1) | |
int | GetSize () const |
Public Attributes | |
int | cpMin |
int | cpMax |
Represents a half-open range of positions in the edit control, e.g.
a selection range. The default range is [0, -1) for compatibility with TCharRange (see "richedit.h").