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

TSpacingSize

Alias to the Integer type.

Declaration

Source position: controls.pp line 793

type TSpacingSize = Integer;

Description

TSpacingSize is an alias for the Integer type. TSpacingSize is used for values that represent spacing around or between controls. TSpacingSize is the type used to implement properties in TControlBorderSpacingDefault and TControlBorderSpacing.

See also

TControlBorderSpacingDefault

  

Defines the default values for TControlBorderSpacing.

TControlBorderSpacing

  

Describes the (minimum) spacing around a control.

TControl.AnchorAsAlign

  

Anchor to the Parent using the Align value for the control.

TControl.AnchorClient

  

Anchor to Parent's full client area.

TControl.AnchorParallel

  

Anchor parallel to Sibling, at Side.

TControl.AnchorToCompanion

  

Anchor to Sibling at Side, with the same extent.

TControl.AnchorToNeighbour

  

Anchor to Sibling at Side.


Version 3.2 Generated 2024-02-25 Home