vcl-dxprinting-2c346c67.md
The base class for all classes that implement commands invoking Page Setup dialogs in DevExpress VCL controls.
TdxCustomShowPageSetupFormAction = class(
TdxCustomPrintingAction
)
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.
Show 11 items
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxCustomPrintingAction TdxCustomShowPageSetupFormAction
See Also
TdxCustomShowPrintPreviewFormAction