Back to Devexpress

TdxRichEditControlToggleDifferentFirstPage Class

vcl-dxrichedit-dot-actions-c9444572.md

latest2.8 KB
Original Source

TdxRichEditControlToggleDifferentFirstPage Class

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

Declaration

delphi
TdxRichEditControlToggleDifferentFirstPage = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlToggleDifferentFirstPage action object allows an end-user to enable or disable the unique header and footer displayed only on the first document page.

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

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlToggleDifferentFirstPage

See Also

TdxRichEditControlToggleDifferentOddAndEvenPages Class

TdxRichEditControlToggleDifferentFirstPage Members

dxRichEdit.Actions Unit