Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSEngine Class

Contains global settings of the ExpressPrinting System.

#Declaration

Delphi
TdxPSEngine = class(
    TBasedxPSSingleton
)

#Remarks

All ExpressPrinting System components, windows, and dialogs use settings of one global object – TdxPSEngine. These settings include the registry path and help file. They also specify whether to save window positions and the manner in which dialogs are painted. The TdxPSEngine object can be accessed via the dxPSEngine global function. Since this object is global and unique, it should be used at runtime instead of a TdxPSEngineController component (you may place several components onto a form).

#Inheritance

See Also