TdxPSEngineController.Activate Method
In This Article
Activates the current TdxPSEngineController component.
#Declaration
Delphi
procedure Activate;
#Remarks
You may place several TdxPSEngineController components onto a form. Call the Activate method to specify which of these components is active and is used by the ExpressPrinting System. Since only one TdxPSEngineController component can be active at a time, if any other TdxPSEngineController component is active when this method is called, it will be inactivated (its Active property is set to False).
Note
Adding a new Tdx
See Also