IdxRichEditField.ResultRange Property
Returns the document range occupied by the field result.
Declaration
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