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

TControl.ClientRect

Size of the client area for the control.

Declaration

Source position: controls.pp line 1806

public property TControl.ClientRect : TRect
  read GetClientRect;

Description

Contains the size for the visual client area in the control. For example, the inner size of a TGroupBox. For a TScrollBox it is the visual size, and not the logical size.

The property value is a TRect instance with the Top and Left members set to 0, and the Height and Width members set to the corresponding property values for the control.

See also

TControl.GetClientRect

  

Gets the value for the ClientRect property.

TControl.GetLogicalClientRect

  

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

TRect


Version 3.2 Generated 2024-02-25 Home