vcl-dxrichedit-dot-actions-05e92b13.md
An action object that corresponds to the GoToPageFooter command provided by the Rich Edit control.
TdxRichEditControlGoToPageFooter = class(
TdxRichEditControlAction
)
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:
False.TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlGoToPageFooter
See Also