Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTab.VisibleRect Property

Returns the rectangle occupied by the tab portion visible to a user.

#Declaration

Delphi
property VisibleRect: TRect read;

#Property Value

Type
TRect

#Remarks

If tabs are arranged into a single row and they don’t fit into the control’s area, certain tabs may be invisible to a user. In such an instance, one of tabs can be partially visible. Use the VisibleRect property to determine the rectangle occupied by the visible portion of the tab. If the entire tab is visible to a user, the VisibleRect property returns the same value as the FullRect property. If the entire tab is invisible, the VisibleRect returns an empty rectangle (all its coordinates are zeros).

Coordinates returned by the VisibleRect property are expressed in the coordinate system of the owner tab control.

See Also