vcl-dxrichedit-dot-actions-96dbb0b7.md
An action object that corresponds to the ToggleFieldCodes command provided by the Rich Edit control.
TdxRichEditControlToggleFieldCodes = class(
TdxRichEditControlAction
)
This class does not introduce any new public members. Executing a TdxRichEditControlToggleFieldCodes action object switches the currently selected document field between the value and code display modes.
UI elements linked to a TdxRichEditControlToggleFieldCodes action object are visible only if the following conditions are met:
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlToggleFieldCodes
See Also