Back to Devexpress

dxUIAutomationEnabled Variable

vcl-dxuiaclasses-aaeb8c40.md

latest1.4 KB
Original Source

dxUIAutomationEnabled Variable

Specifies if the UI Automation functionality is enabled for all supported DevExpress controls in the application.

Declaration

delphi
var dxUIAutomationEnabled: Boolean = False;

Variable Value

TypeDescription
BooleanFalse Default. Accessibility features are disabled; UI Automation events do not occur.TrueThe UI Automation functionality is enabled for all supported products.

Remarks

In v25.2, accessibility features are initially disabled in all supported controls because this functionality is still in the active development stage. To test the UI Automation functionality in supported products, set the dxUIAutomationEnabled global variable to True.

Tip

If you encounter any issues while the UI Automation functionality is enabled, please submit a support ticket through the DevExpress Support Center. We will be happy to follow up.

See Also

TdxUIADefaultSettings Class

dxUIACalculateAllProperties Global Variable

dxUIAClasses Unit