Back to Devexpress

TdxRichEditControlGoToPageFooter Class

vcl-dxrichedit-dot-actions-05e92b13.md

latest2.5 KB
Original Source

TdxRichEditControlGoToPageFooter Class

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

Declaration

delphi
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:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlGoToPageFooter

See Also

TdxRichEditControlGoToPageFooter Members

dxRichEdit.Actions Unit