Skip to main content

TdxCustomLayoutControl.OccupiedClientHeight Property

Returns the layout control client area’s height, in pixels.

Declaration

property OccupiedClientHeight: Integer read;

Property Value

Type
Integer

Remarks

This property returns -1 if the client height cannot be obtained.

The client area’s bounding rectangle can be obtained via the ContentBounds property.

Use the OccupiedClientWidth property to obtain the client area’s width.

See Also