IdxRichEditField.Range Property
In This Article
Returns the document range encompassing both the CodeRange and ResultRange ranges.
#Declaration
Delphi
property Range: IdxRichEditDocumentRange read;
#Property Value
Type |
---|
Idx |
#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 Result
See Also