Back to Devexpress

TcxControl.ClientBounds Property

vcl-cxcontrols-dot-tcxcontrol-72438310.md

latest643 B
Original Source

TcxControl.ClientBounds Property

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

TcxControl Class

TcxControl Members

cxControls Unit