IdxRichEditField.Range Property
Returns the document range encompassing both the CodeRange and ResultRange ranges.
Declaration
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