| View previous topic :: View next topic |
| Author |
Message |
werdnareid Member
Joined: 06 Aug 2003 Posts: 9
|
Posted: 04/02/05 11:45 Post subject: Treeview and listview |
|
|
Hi all does anyone know where i can find reading material on
Treeview and listview components. Or give me some idea how to manipulate these components at runtime.....(Do i have to allocate memory for the node) |
|
| Back to top |
|
 |
Stefan Junior Member
Joined: 27 Sep 2004 Posts: 61 Location: Netherlands
|
Posted: 04/02/05 12:20 Post subject: |
|
|
Hi,
I'm not sure if I know what you mean. Do you want to alter the behaviour of the TTreeView at runtime or do you simply want to add items to the tree?
In that (second case) just look at the Delphi help example for TTreeNodes.Add...
Just type TTreeNode somewhere in your code;
press F1;
select <methods>;
select the "Add" method;
select <example>;
and you'll see a working example of "runtime-manipulation"...
Cheers,
Stefan |
|
| Back to top |
|
 |
|