Back to Devexpress

TdxRichEditControlClosePageHeaderFooter Class

vcl-dxrichedit-dot-actions-04995a5b.md

latest2.4 KB
Original Source

TdxRichEditControlClosePageHeaderFooter Class

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

Declaration

delphi
TdxRichEditControlClosePageHeaderFooter = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlClosePageHeaderFooter action object deactivates the header or footer editing mode.

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

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlClosePageHeaderFooter

See Also

TdxRichEditControlClosePageHeaderFooter Members

dxRichEdit.Actions Unit