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

TControl.ClientWidth

ClientWidth - determines the width of the client within which the control exists

Declaration

Source position: controls.pp line 1373

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

Description

// standard properties, which should be supported by all descendants

ClientWidth - determines the width of the client within which the control exists; reads the width of the client control or sets the value. Sets flag if value is stored

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads