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