Skip to main content

IdxRichEditSubDocument.Range Property

Provides access to the current document’s range.

Declaration

property Range: IdxRichEditDocumentRange read;

Property Value

Type
IdxRichEditDocumentRange

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