GetWindowData()

Syntax

Result = GetWindowData(#Window)
Description
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.

Parameters

#Window The window to use.

Return value

Returns the current data value. If there was never a data value set for this window, the return-value will be 0.

See Also

SetWindowData(), GetGadgetData(), SetGadgetData()

Supported OS

All

<- GetWindowColor() - Window Index - GetWindowState() ->