Specifies an event handler used to draw the tab at the given index to a display rectangle on a tab control.
Source position: comctrls.pp line 370
type TDrawTabEvent = procedure( |
Control: TCustomTabControl; |
TabIndex: Integer; |
const Rect: TRect; |
AActive: Boolean |
) of object; |
TDrawTabEvent is not used in the current LCL implementation.
| Version 4.4 | Generated 2025-11-08 | Home |