TdxRichEditControlShowPageSetupForm Class
In This Article
An action object that corresponds to the ShowPageSetupForm command provided by the Rich Edit control.
#Declaration
Delphi
TdxRichEditControlShowPageSetupForm = class(
TdxRichEditControlAction
)
#Remarks
This class does not introduce any new public members. Similar to the TdxRichEditControlShowPageMarginsSetupForm, executing the TdxRichEditControlShowPageSetupForm
action object displays the Page Setup dialog window with the active Margins tab:
#Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlShowPageSetupForm
See Also