SetWindowData()

Syntax

SetWindowData(#Window, Value)
Description
Stores the given value with the specified window. This value can later be read with the GetWindowData() function. This allows to associate a custom value with any window.

Parameters

#Window The window to use.
Value The value to set.

Return value

None.

See Also

GetWindowData(), SetGadgetData(), GetGadgetData()

Supported OS

All

<- SetWindowColor() - Window Index - SetWindowState() ->