TdxCustomShowPageSetupFormAction Class
The base class for all classes that implement commands invoking Page Setup dialogs in DevExpress VCL controls.
Declaration
TdxCustomShowPageSetupFormAction = class(
TdxCustomPrintingAction
)
Remarks
This class does not introduce any new public members. When executed, an instance of the TdxCustomShowPageSetupFormAction class descendant calls the report link repository‘s PageSetupReport procedure for the corresponding DevExpress VCL control, invoking its Page Setup dialog.
You do not need to create instances of the TdxCustomShowPageSetupFormAction class. Use its descendants instead.
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxCustomAction
TdxCustomPrintingAction
TdxCustomShowPageSetupFormAction
See Also