IdxRichEditSubDocument.Range Property
In This Article
Provides access to the current document’s range.
#Declaration
Delphi
property Range: IdxRichEditDocumentRange read;
#Property Value
Type |
---|
Idx |
#Remarks
You can use this property to identify:
Whether the document contains a specific position;
The document’s starting and ending positions;
The document’s absolute size (in characters).
For more information on ranges, refer to the IdxRichEditDocumentRange interface description.
See Also