Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControlBorderSpacingDefault

Defines the default values for TControlBorderSpacing.

Declaration

Source position: controls.pp line 736

type TControlBorderSpacingDefault = record

  Left: Integer;

  Top: Integer;

  Right: Integer;

  Bottom: Integer;

  Around: Integer;

end;

Description

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.

See also

TControl.BorderSpacing

  

Determines the inner and outer border spacing for this control.

TControlBorderSpacing

  

Describes the (minimum) spacing around a control.