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

TdxRichEditControlShowTablePropertiesForm Class

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

Declaration

TdxRichEditControlShowTablePropertiesForm = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlShowTablePropertiesForm action object invokes the Table Properties dialog with the active Table tab:

UI elements linked to a TdxRichEditControlShowTablePropertiesForm action object are enabled only if the following conditions are met:

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlShowTablePropertiesForm action object, use the sdxRichEditCommandShowTablePropertiesFormMenuCaption and sdxRichEditCommandShowTablePropertiesFormDescription resource strings, respectively.

See Also