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

TControl.BoundsRectForNewParent

BoundsRectForNewParent - get or set the bounding rectangle for a new parent control

Declaration

Source position: controls.pp line 1378

public property TControl.BoundsRectForNewParent: TRect
  read FBoundsRectForNewParent
  write SetBoundsRectForNewParent;

Description

The rectangle describes the placement of the control when its Parent is changed later.

Setting the rectangle also sets a flag, indicating that the values are available.

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