[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns an currently selected object in an device context.
Source position: winapih.inc line 119
public function TWidgetSet.GetCurrentObject( |
DC: HDC; |
uObjectType: UINT |
):HGDIOBJ; virtual; |
DC |
|
The device context. |
uObjectType |
|
The type of the selected object, e.g. OBJ_BRUSH. |
The object handle, zero on failure.
lazarus-ccr.sourceforge.net |