[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler used to get the text for a tree node.
Source position: comctrls.pp line 3845
type TTVGetNodeText = function( |
Node: TTreeNode |
):string of object; |
Node |
|
Tree node examined in the routine. |
Text displayed for the tree node.