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.Range Property

Returns the document range encompassing both the CodeRange and ResultRange ranges.

#Declaration

Delphi
property Range: IdxRichEditDocumentRange read;

#Property Value

Type
IdxRichEditDocumentRange

#Remarks

Use this property to extract a range occupied by the entire document field that consists of the contiguous CodeRange and ResultRange document ranges.

Note

If the field result is not yet calculated, the ResultRange document range is empty (i.e., it has a zero length).

See Also