RAD Studio VCL Reference
|
Occurs when a node in the treeview is about to be created.
property OnCreateNodeClass: TTVCreateNodeClassEvent;
__property TTVCreateNodeClassEvent OnCreateNodeClass;
OnCreateNodeClass occurs when a new node object is about to be created.
Sender is the tree view object that is about to add a new node.
NodeClass returns a class reference that is instantiated to create a new node object.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|