[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the attributes of a window.
Source position: winapih.inc line 159
public function TWidgetSet.GetWindowLong( |
Handle: HWND; |
int: Integer |
):PtrInt; virtual; |
Handle |
|
The window handle. |
int |
|
Offset of the attribute. |
The attribute.
The following attributes are defined:
The following attributes are also available when the window is a dialog box:
GWL_USERDATA and DWL_USER are the base offsets of user added attributes. The second user attribute can be access with an additional offset of 4, and so on.
Version 4.0 | Generated 2025-05-03 | Home |