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:
- The Rich Edit control’s ReadOnly property is set to
False
. - The Rich Edit control’s Options.DocumentCapabilities.HeadersFooters property is set to TdxDocumentCapability.Default or TdxDocumentCapability.Enabled.
- The Print Layout document view is active.
- The header editing mode is active.
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlGoToPageFooter
See Also