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

TdxRichEditControlToggleDifferentFirstPage Class

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

Declaration

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:

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlToggleDifferentFirstPage action object, use the sdxRichEditCommandToggleDifferentFirstPageMenuCaption and sdxRichEditCommandToggleDifferentFirstPageDescription resource strings, respectively.

See Also