getControlWindowId

getControlWindowId(): Integer;

The getControlWindowId method of the Control class returns the Windows identifier that JADE creates and assigns to each control window.

This Windows identifier of the control is used by some testing tools to locate the control elements involved in the script processing via a Windows API call and it can be accessed from your JADE code.

For details about the control identification number that is passed to Windows, see "Testing Tools and Control Identification".

2016.0.01 and higher