Back to Devexpress

TdxRichEditControlInsertTextBox Class

vcl-dxrichedit-dot-actions-b9fc2b0f.md

latest2.6 KB
Original Source

TdxRichEditControlInsertTextBox Class

An action object that corresponds to the InsertTextBox command provided by the Rich Edit control.

Declaration

delphi
TdxRichEditControlInsertTextBox = class(
    TdxRichEditControlAction
)

Remarks

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:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlInsertTextBox

See Also

TdxRichEditControlInsertFloatingObjectPicture Class

TdxRichEditControlInsertTextBox Members

dxRichEdit.Actions Unit