[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 848
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;