[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControlBorderSpacing.Space

Provides indexed access to the border spacing value for a given anchor side.

Declaration

Source position: controls.pp line 869

public property TControlBorderSpacing.Space[Kind: TAnchorKind] : Integer
  read GetSpace
  write SetSpace;

Description

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;

Version 3.2 Generated 2024-02-25 Home