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

IdxRichEditField.ResultRange Property

Returns the document range occupied by the field result.

#Declaration

Delphi
property ResultRange: IdxRichEditDocumentRange read;

#Property Value

Type
IdxRichEditDocumentRange

#Remarks

Use this property to extract a document range occupied by the field result regardless of its visibility.

In a document, the CodeRange range immediately precedes the ResultRange, and both of them are encompassed by the Range document range, regardless of the current display mode.

Note

If the field result is not yet obtained/calculated, the ResultRange document range has a zero length.

See Also