[Overview][Constants][Types][Classes][Index] |
TDrawTabEvent - generic event handling procedure for drawing a tab, with given index at the specified rectangle
Source position: comctrls.pp line 352
type TDrawTabEvent = procedure( |
Control: TCustomTabControl; |
TabIndex: Integer; |
const Rect: TRect; |
AActive: Boolean |
) of object; |