Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TTVCustomDrawArrowEvent

Specifies an event handler signalled to draw a custom arrow (expand/collapse indicator) for a node on a tree view control.

Declaration

Source position: comctrls.pp line 2946

type TTVCustomDrawArrowEvent = procedure(

  Sender: TCustomTreeView;

  const ARect: TRect;

  ACollapsed: Boolean

) of object;

See also

TCustomTreeView.OnCustomDrawArrow

  

Event handler signalled to custom draw expand / collapse (fold) indicators for a tree node.



CT Web help

CodeTyphon Studio