TdxPSEngineController.Activate Method
Activates the current TdxPSEngineController component.
Declaration
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 TdxPSEngineController component to a form automatically activates this component. Removing the currently active TdxPSEngineController component automatically activates the next available TdxPSEngineController component.
See Also