Used in the TCustomTreeView.OnEdited event.
TTVEditedEvent = procedure (Sender: TObject; Node: TTreeNode; var S: string) of object;
(Sender: TObject; Node: TTreeNode; var S: string) ( TTVEditedEvent)();
ComCtrls
This event is used in the TCustomTreeView.OnEdited event after the user edits the Text property of a node.
Sender is the tree-view control in which a node's label was edited.
Node is the item whose label was edited.
The S parameter is the new value of the node’s Text property.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|