IdxRichEditField.SetShowCodes(Boolean) Method
In This Article
Specifies if the document field is displayed as a code instead of the result.
#Declaration
Delphi
procedure SetShowCodes(const Value: Boolean);
#Parameters
Name | Type |
---|---|
Value | Boolean |
#Remarks
Pass True or False as the Value parameter to display the field as a code enclosed in curly brackets or the resulting value, respectively. To display the field result for the first time, you also need to invoke the Update procedure.
An end-user can switch between the two field display modes by executing the ShowAllFieldCodes and ShowAllFieldResults commands.
The SetShowCodes procedure is a setter of the ShowCodes property.
See Also