| SET WINDOW PROPERTY GET WINDOW PROPERTY |       | 
Adds a new entry or changes an existing entry and retrieves a data handle 
identified by a specified character string from the property list of a specified window.
Comand RELASE removes an entry identified by a specified character string from the 
property list of a specified window.
SYNTAX
SET WINDOWPROPERTY <PropertyName> 
[ OF, PARENT, DIALOG <WindowName> ]
VALUE <Value>
[ DIRECT ]
GET WINDOWPROPERTY <PropertyName> 
[ OF, PARENT, DIALOG <WindowName> ]
VALUE <Value> 
[ DIRECT ]
RELEASE WINDOWPROPERTY <PropertyName> 
[ OF, PARENT, DIALOG <WindowName> ]
[ NOFREE ]