TcxControl.Bounds Property
In This Article
Returns the control’s boundaries.
#Declaration
Delphi
property Bounds: TRect read;
#Property Value
Type |
---|
TRect |
#Remarks
Use this property to obtain the area that the control occupies on its owner component. The Bounds property value includes the client area, scrollbars, and borders.
See Also