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

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 TdxPSEngineController component to a form automatically activates this component. Removing the currently active TdxPSEngineController component automatically activates the next available TdxPSEngineController component.

See Also