|
TVirtualDrawTree.OnInitNode Event
Node management event.
Pascal
property OnInitNode: TVTInitNodeEvent;
Description
This event is important to connect the tree to your internal data. It is the ideal place to put references or whatever you need into a node's data area. You can set some initial states like selection, expansion state or that a node has child nodes.
See Also
Class
Links
What do you think about this topic? Send feedback!
|