[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes a named property from a window.
Source position: winapih.inc line 225
public function TWidgetSet.RemoveProp( |
Handle: HWND; |
Str: PChar |
):THandle; virtual; |
Handle |
|
The window handle. |
Str |
|
The name of the property to remove. |
The handle of the removed data, zero on failure.
lazarus-ccr.sourceforge.net |