Skip to main content

TcxTab.FullRect Property

Returns the rectangle occupied by the tab in coordinate system of the tab control.

Declaration

property FullRect: TRect read;

Property Value

Type
TRect

Remarks

Use the FullRect property to determine the area occupied by the tab. Coordinates are calculated with respect to the top-left corner of the tab control.

See Also