[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets spacing properties in the class instance to the specified value.
Source position: controls.pp line 1983
public procedure TControlChildSizing.SetGridSpacing( |
Spacing: Integer |
); |
Spacing |
|
Integer value applied to each of the spacing properties. |
SetGridSpacing is a convenience method used to set the values for the spacing properties to a uniform value. The properties are used when child controls are arranged into rows and columns when the Layout property has a value other than cclNone.
The value in the Spacing argument is stored to the following properties:
|
Minimum distance between the left or right edge for the Control and the left or right edge for a child control. |
|
|
Minimum distance between the top or bottom edge of a Control and the top or bottom edge for a child control. |
|
|
Minimum space between child controls which are horizontally adjacent. |
|
|
Minimum space between child controls which are vertically adjacent. |
Version 4.0 | Generated 2025-05-03 | Home |