GetWindowData()
语法
Result = GetWindowData(#Window)概要
Returns the 'Data' value that has been stored for this window with the SetWindowData() function. This allows to associate a custom value with any window.
参数
#Window The window to use.
返回值
Returns the current data value. If there was never a data value set for this window, the return-value will be 0.
参阅
SetWindowData(), GetGadgetData(), SetGadgetData()
已支持操作系统
所有