WinGetClicked
- Last UpdatedJul 18, 2023
- 1 minute read
Gets the number of the Plant SCADA window that has most recently been clicked on using the left mouse button.
Syntax
WinGetClicked()
Return Value
The window number of the Plant SCADA window that has most recently been clicked on using the left mouse button. Be aware that this is not the same as the window handle, returned from the WndFind() function.
Related Functions
Example
nCitectWin=WinGetClicked();
! Gets the number of the Plant SCADA window that has most recently been
clicked on using the left mouse button.