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

TControl.BoundsRectForNewParent

Temporary BoundsRect, used when the control e.g. is docked into a different Parent.

Declaration

Source position: controls.pp line 1645

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.