prop_thread.htm
Navigation: Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:Thread ====== | |
Returns the thread number of a window. This is not necessarily the currently executing thread, if you've used SETTARGET to set the TARGET built-in variable. (READ-ONLY)
Example:
WinView WINDOW('View'),AT(0,0,320,200),MDI,MAX,HVSCROLL,SYSTEM
END
ToolboxThread BYTE
CODE
OPEN(WinView)
ToolboxThread = ToolboxWin{PROP:Thread} !Get window thread number
ACCEPT
END
prop_thread.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1