IdxRichEditField.GetShowCodes Method
Identifies if the document field is currently displayed as code instead of its value.
Declaration
function GetShowCodes: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the field displays a code instead of the result; otherwise – False.
The GetShowCodes function is a getter of the ShowCodes property.
See Also