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)();

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!