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