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

TControl.BoundsRect

Determines the rectangle bounding this control

Declaration

Source position: controls.pp line 1365

public property TControl.BoundsRect: TRect
  read GetBoundsRect
  write SetBoundsRect;

Description

// standard properties, which should be supported by all descendants

Finds the values for the bounding rectangle, or sets the values.

Bounding rectangle (top-left, bottom-right) is defined in TRect

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads