[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides indexed access to the border spacing value for a given anchor side.
Source position: controls.pp line 861
public property TControlBorderSpacing.Space[Kind: TAnchorKind] : Integer |
Space is an indexed Integer property which provides access to the border spacing used for a specified TAnchorKind value.
For example:
AControl.BorderSpacing.Space[akTop] := 6;
Which is equivalent to:
AControl.BorderSpacing.Top := 6;
|
The border space on the top edge of the associated control. |
|
|
The border space on the left edge of the associated control. |
|
|
The border space on the right edge of the associated control. |
|
|
The border space on the bottom edge of the associated control. |
|
|
Determines the inner and outer border spacing for this control. |
|
|
The control side to be anchored. |
Version 4.0 | Generated 2025-05-03 | Home |