Skip to main content

TdxPSCustomPreviewWindow Class

The base class for classes that implement Print Preview windows.

Declaration

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.

See Also