Back to Devexpress

TdxPSCustomPreviewWindow Class

vcl-dxpscore-8d2cef9c.md

latest1.7 KB
Original Source

TdxPSCustomPreviewWindow Class

The base class for classes that implement Print Preview windows.

Declaration

delphi
TdxPSCustomPreviewWindow = class(
    TcxControl,
    IdxPSExplorerContextCommandBuilder
)

Remarks

Most of the members of this class do nothing, providing a contract for classes that implement the Print Preview window functionality. The TdxPSPreviewWindow class inherits from TdxPSCustomPreviewWindow to implement the Print Preview window embedded into the Print Preview dialog. The TdxPSPreviewWindow class is available as a component, so you can add it from the Tool Palette into any container control. Refer to the class description to learn more.

Implements

IdxPSExplorerContextCommandBuilder

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxPSCustomPreviewWindow

See Also

TdxPSCustomPreviewWindow Members

dxPSCore Unit