Specifies an event handler used to get the text for a tree node.
Source position: comctrls.pp line 3913
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.6 | Generated 2026-02-20 | Home |