TDrawTabEvent is the type for event handlers that render the tab of an owner-drawn TTabSet control.
TDrawTabEvent = procedure (Control: TCustomTabControl; TabIndex: Integer; const Rect: TRect; Active: Boolean) of object;
(Control: TCustomTabControl; TabIndex: Integer; const Rect: TRect; Active: Boolean) ( TDrawTabEvent)();
ComCtrls
Control is the tab control on which a tab is to be drawn.
TabIndex is the position of the tab that is to be drawn.
Rect is the area in which the tab is to be drawn.
Active indicates whether the tab is active.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|