Skip to main content

IdxRichEditField Methods

Exposes a document field.
Name Description
GetCodeRange Returns the document range occupied by the field’s code.
GetLocked Identifies if the document field is locked.
GetParent Returns a parent field to which the document field belongs.
GetRange Returns a document range occupied by the field.
GetResultRange Returns the document range occupied by the field result.
GetShowCodes Identifies if the document field is currently displayed as code instead of its value.
SetLocked(Boolean) Specifies if the document field is locked.
SetShowCodes(Boolean) Specifies if the document field is displayed as a code instead of the result.
Update Calculates or updates the field result and displays it in a document.
See Also