Skip to main content
A newer version of this page is available. .

TdxRichEditControlShowColumnsSetupForm Class

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

Declaration

TdxRichEditControlShowColumnsSetupForm = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlShowColumnsSetupForm action object invokes the Columns Setup dialog:

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlShowColumnsSetupForm action object, use the sdxRichEditCommandShowColumnsSetupFormMenuCaption and sdxRichEditCommandShowColumnsSetupFormDescription resource strings, respectively.

See Also