RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSet.ItemWidth Method

Returns the width, in pixels, of a specified tab in the set.

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

Use ItemWidth to obtain the width, in pixels of a specified tab. 

Index is the index of the tab, where 0 indicates the first tab, 1 indicates the second tab, and so on. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!