Skip to main content

TdxRichEditControlGoToPageFooter Class

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

Declaration

TdxRichEditControlGoToPageFooter = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlGoToPageFooter action object moves the caret from header to footer within the same page. In order to move the caret back to the page header, you can use the TdxRichEditControlGoToPageHeader action.

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

See Also