RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Tabs.TDrawTabEvent Type

TDrawTabEvent is the type for event handlers that render the tab of an owner-drawn TTabSet control.

Pascal
TDrawTabEvent = TTabSetDrawTabEvent;
C++
TTabSetDrawTabEvent TDrawTabEvent;

Tabs

TDrawTabEvent is the type for event handlers that render the tab of an owner-drawn TTabSet control.

Note: The TDrawTabEvent type defined in the tabs unit for the OnDrawTab event handler differs from the TDrawTabEvent type defined in the comctrls unit. Do not use the comctrls unit in source files where you are working with the tab control.
 

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