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