Back to Devexpress

TdxPSEngine Class

vcl-dxpsengn-4f1746fb.md

latest1010 B
Original Source

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

TObject TBasedxPSSingleton TdxPSEngine

See Also

TdxPSEngine Members

dxPSEngn Unit