Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditField.SetShowCodes(Boolean) Method

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