[Overview][Types][Procedures and functions][Variables][Index] |
Returns the client rectangle of a control. Left and Top are always 0.
Source position: winapih.inc line 116
function GetClientRect( |
handle: HWND; |
var Rect: TRect |
):Boolean; |
The client rectangle is the size of the inner area of a control, where the child controls are visible.
A child control with Align=alClient will completely fill the clientrect.
lazarus-ccr.sourceforge.net |