RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSet.ItemRect Method

Returns the rectangle that surrounds the item specified in the Item parameter.

Pascal
function ItemRect(Index: Integer): TRect;
C++
__fastcall TRect ItemRect(int Index);

Use ItemRect to obtain the rectangle that surrounds the tab when you are drawing on an owner-draw tab set. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!