[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a property to a window.
Source position: winapih.inc line 250
public function TWidgetSet.SetProp( |
Handle: HWND; |
Str: PChar; |
Data: Pointer |
):Boolean; virtual; |
Handle |
|
The window handle. |
Str |
|
The property name. |
Data |
|
Pointer to the property data. |
False on failure.
|
Retrieves an property value for a window. |
lazarus-ccr.sourceforge.net |