Specifies an event handler used to get the text for a tree node.
Source position: comctrls.pp line 3912
type TTVGetNodeText = function( |
Node: TTreeNode |
):string of object; |
Node |
|
Tree node examined in the routine. |
Text displayed for the tree node.
|
Constructor for the class instance. |
|
|
Event handler signalled to get the text for the specified tree node. |
| Version 4.4 | Generated 2025-11-08 | Home |