Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditSubDocument.Range Property

Provides access to the current document’s range.

#Declaration

Delphi
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