[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns information about a graphics object.
Source position: winapih.inc line 135
public function TWidgetSet.GetObject( |
GDIObject: HGDIOBJ; |
BufSize: Integer; |
Buf: Pointer |
):Integer; virtual; |
GDIObject |
|
The Handle of the object. |
BufSize |
|
The byte count of the buffer. |
Buf |
|
Receives the information. Nil means to return the required buffer size. |
The number of bytes written into the buffer.
The returned information depends on the object type
Version 4.0 | Generated 2025-05-03 | Home |