IdxRichEditField.GetCodeRange Method
In This Article
Returns the document range occupied by the field’s code.
#Declaration
Delphi
function GetCodeRange: IdxRichEditDocumentRange;
#Returns
Type |
---|
Idx |
#Remarks
The GetCodeRange function is a getter of the CodeRange property.
See Also