Back to Devexpress

TdxRichEditControlShowTablePropertiesForm Class

vcl-dxrichedit-dot-actions-91d58fff.md

latest2.6 KB
Original Source

TdxRichEditControlShowTablePropertiesForm Class

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

Declaration

delphi
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:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlShowTablePropertiesForm

See Also

TdxRichEditControlShowTablePropertiesForm Members

dxRichEdit.Actions Unit