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

IdxRichEditDocumentRange Interface

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 end position within a document (End, GetEnd);

  • The range’s length in characters (Length);

  • Whether the range contains the specified document position (Contains).

#Inheritance

IInterface
IdxRichEditDocumentRange
See Also