Skip to main content
A newer version of this page is available. .

TcxControl.ClientBounds Property

Returns the control’s client area.

Declaration

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