ui.getCurrentWindowHandle
Description
Get the current Stock Tracker window handle as an integer.

Parameters
none

Return value
handle integer

Example
-- display current active window handle
print("The current active window handle is " .. ui.getCurrentWindowHandle())

Comments
This is the same as calling ui.getHandle(HANDLE_CURRENT_WINDOW)

See also
getHandle

Back