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

TControl.BaseBounds

The rectangle of the designed bounds.

Declaration

Source position: controls.pp line 1544

public property TControl.BaseBounds : TRect
  read FBaseBounds;

Description

The current Bounds can change, due to scaling, anchoring or autosizing.

See also

TControl.Anchors

  

The set of anchor definitions for this control.

TControl.AnchorSide

  

Array of anchor definitions, indexed by the control sides.

TControl.AutoSize

  

Allows to automatically adjust the size of the control, according to its content.

TControl.Scale

TControl.SetBoundsKeepBase

  

Set the bounds, keeping the base values

The latest version of this document can be found at lazarus-ccr.sourceforge.net.