vcl-dxrichedit-dot-actions-b9fc2b0f.md
An action object that corresponds to the InsertTextBox command provided by the Rich Edit control.
TdxRichEditControlInsertTextBox = class(
TdxRichEditControlAction
)
This class does not introduce any new public members. Executing a TdxRichEditControlInsertTextBox action object inserts a floating text box horizontally centered within the current paragraph. The newly created text box is positioned in front of the text.
UI elements linked to a TdxRichEditControlInsertTextBox action object are enabled only if the following conditions are met:
False.TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlInsertTextBox
See Also
TdxRichEditControlInsertFloatingObjectPicture Class