Skip to main content

TdxRichEditControlInsertTextBox Class

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

Declaration

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:

See Also