[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

TWidgetSet.GetObject

Returns information about a graphics object.

Declaration

Source position: winapih.inc line 135

public function TWidgetSet.GetObject(

  GDIObject: HGDIOBJ;

  BufSize: Integer;

  Buf: Pointer

):Integer; virtual;

Arguments

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.

Function result

The number of bytes written into the buffer.

Description

The returned information depends on the object type


Version 4.0 Generated 2025-05-03 Home