[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TTVExpandedEvent

TTVExpandedEvent - generic event handling method for a Tree Node that has been expanded

Declaration

Source position: comctrls.pp line 2603

type TTVExpandedEvent = procedure(

  Sender: TObject;

  Node: TTreeNode

) of object;