RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Tabs.TMeasureTabEvent Type

TMeasureTabEvent is the type for event handlers that indicate the size of the tabs in an owner-drawn TTabSet control.

Pascal
TMeasureTabEvent = procedure (Sender: TObject; Index: Integer; var TabWidth: Integer) of object;
C++
(Sender: TObject; Index: Integer; var TabWidth: Integer) ( TMeasureTabEvent)();

Tabs

Sender is the TTabSet control whose tab is about to be drawn. 

Index identifies the position of the tab in the tab set control. 

TabWidth is the width of the tab. 

 

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