Defines the default values for TControlBorderSpacing.
Source position: controls.pp line 797
type TControlBorderSpacingDefault = record |
Left: TSpacingSize; |
Top: TSpacingSize; |
Right: TSpacingSize; |
Bottom: TSpacingSize; |
Around: TSpacingSize; |
end; |
TControlBorderSpacingDefault is a record type which defines the default values for properties in a TControlBorderSpacing instance. Used to differentiate default values in derived TControl classes.
|
Determines the inner and outer border spacing for this control. |
|
|
Describes the (minimum) spacing around a control. |
| Version 4.4 | Generated 2025-11-08 | Home |