TcxControl.ClientBounds Property
In This Article
Returns the control’s client area.
#Declaration
Delphi
property ClientBounds: TRect read;
#Property Value
Type |
---|
TRect |
#Remarks
The client area shows the control’s content and UI elements, except for borders and scrollbars. If you need to obtain the control’s boundaries, use the Bounds property instead.
See Also