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

TControl.ClientRect

Size of the client area of the control.

Declaration

Source position: controls.pp line 1651

public property TControl.ClientRect : TRect
  read GetClientRect;

Description

The origin is always (0,0). Bottom and Right reflect the ClientWidth and ClientHeight of the control.

See also

#rtl.Classes.TRect

TControl.GetLogicalClientRect

  

Logical client area, can be bigger than the visible client area.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.