Back to Devexpress

TdxCustomShowPageSetupFormAction Class

vcl-dxprinting-2c346c67.md

latest2.1 KB
Original Source

TdxCustomShowPageSetupFormAction Class

The base class for all classes that implement commands invoking Page Setup dialogs in DevExpress VCL controls.

Declaration

delphi
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

Show 11 items

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxCustomPrintingAction TdxCustomShowPageSetupFormAction

See Also

TdxCustomShowPrintFormAction

TdxCustomShowPrintPreviewFormAction

TdxCustomShowPageSetupFormAction Members

dxPrinting Unit