TdxCustomLayoutControl.OccupiedClientHeight Property
In This Article
Returns the layout control client area’s height, in pixels.
#Declaration
Delphi
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