IdxRichEditDocumentRange Interface
In This Article
Exposes a text fragment in a document.
#Declaration
Delphi
IdxRichEditDocumentRange = interface(IInterface)
#Remarks
The IdxRichEditDocumentRange interface exposes properties and methods that allow you to identify:
The range’s start position within a document (Start, GetStart);
The range’s length in characters (Length);
Whether the range contains the specified document position (Contains).
#Inheritance
IInterface
IdxRichEditDocumentRange
See Also