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

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
 

Detailed Description

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").

Definition at line 48 of file edit.h.


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