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

TControl.ClientWidth

The width of the client area for the control.

Declaration

Source position: controls.pp line 1807

public property TControl.ClientWidth : Integer
  read GetClientWidth
  write SetClientWidth
  stored IsClientWidthStored;

Description

ClientWidth is an Integer property with the number of pixels need for the width of the client area on the control. The property contains the value from the Right member in ClientRect. Changing the value for ClientWidth causes SetClientSize to be called to apply the new property value and the existing ClientHeight for the control.

The value for ClientWidth is not stored or used to set the Width for the control during LCL component streaming. It is used, however, when AutoSizing is restored and when auto-layout policies using Anchors are applied to the control. For example, when Anchors is set to [akRight] the value in ClientWidth is needed / used.

See also

TControl.ClientRect

  

Size of the client area for the control.

TControl.ClientHeight

  

The height for the client area on the control.

TControl.AutoSizing

  

Contains True while auto-sizing is in progress.

TControl.EnableAutoSizing

  

Enables automatic sizing for the control.

TControl.AutoAdjustLayout

  

Applies an automatic adjustment layout policy to the control.

TControl.Resize

  

Checks for changes and calls DoOnResize if needed.

TControl.Anchors

  

The set of anchor definitions for this control.


Version 3.2 Generated 2024-02-25 Home