[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled to draw a custom arrow (expand/collapse indicator) for a node on a tree view control.
Source position: comctrls.pp line 2948
type TTVCustomDrawArrowEvent = procedure( |
Sender: TCustomTreeView; |
const ARect: TRect; |
ACollapsed: Boolean |
) of object; |
|
Event handler signalled to custom draw expand / collapse (fold) indicators for a tree node. |
Version 4.0 | Generated 2025-05-03 | Home |