clear data on treeview
- From: "Bob D." <bobd@xxxxxxx>
- Date: Sun, 22 Jul 2007 21:36:28 +0300
Hello,
I have a treeview that I Attach data to it like
type
TNodeData = class
....
var
Data: TNodeData;
TNode: TTreeNode;
TNode := Tree.Items.Add(nil, 'text');
Data := TNodeData.Create;
Data.x1 := 125;
Do I have to clear that node data on program close? Is Tree.Items.Clear
enough ?
Thanks
.
- Follow-Ups:
- Re: clear data on treeview
- From: Mike Shkolnik
- Re: clear data on treeview
- From: Kevin
- Re: clear data on treeview
- Prev by Date: Re: component to access mysql or access
- Next by Date: Re: Serial library reccomendations?
- Previous by thread: component to access mysql or access
- Next by thread: Re: clear data on treeview
- Index(es):