[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Total width for the control including spacing values in Around, Left, and Right.
Source position: controls.pp line 851
public property TControlBorderSpacing.ControlWidth : Integer |
ControlWidth is a read-only Integer property that contains the total width for the control including spacing values in the Around, Left, and Right properties. The property value is calculated using the following formula:
TControl.Width + (2 * Around) + Left + Right
If a TControl instance is not available in Control, the value for the property is 0 (zero).