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

TCharRange encapsulates the CHARRANGE structure, which specifies a range of characters in a rich edit control. More...

#include <owl/richedit.h>

Inheritance diagram for owl::TCharRange:

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 ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TCharRange() [1/2]

owl::TCharRange::TCharRange ( int minValue = 0,
int maxValue = -1 )
inline

Constructs a TCharRange structure initialized with the specified 'minValue' and 'maxValue' parameters.

Definition at line 603 of file richedit.h.

◆ TCharRange() [2/2]

owl::TCharRange::TCharRange ( const TEdit::TRange & r)
inline

Definition at line 108 of file richedit.h.

Member Function Documentation

◆ operator TEdit::TRange()

owl::TCharRange::operator TEdit::TRange ( )
inline

Definition at line 110 of file richedit.h.


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