[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Minimum distance between the top or bottom edge of a Control and the top or bottom edge for a child control.
Source position: controls.pp line 1978
published property TControlChildSizing.TopBottomSpacing : Integer |
TopBottomSpacing is an Integer property with number of pixels reserved as spacing between child controls and the top and bottom edges of the Control. For example: When TopBottomSpacing is set to 5 for a Control, the Top property for a child control starts at 5.
The default value for the property is 0 (zero) and indicates that no additional space is reserved on the corresponding edges of the Control. Changing the value for the property causes the Change method to be called to resize/realign child controls. The OnChange event handler is also signalled (when assigned).
Use LeftRightSpacing to reserved space on the left and right edges of the Control.
|
Notifies the Control of the child sizing changes and signals the OnChange event handler. |
|
|
Minimum distance between the left or right edge for the Control and the left or right edge for a child control. |