TreeView



Hi there,

I am using TTreeView, and like my Conditional compilation question of
yesterday I haven't ever used TreeView either, despite using Delphi since it
first came out!!!

Anyway, in order for the plus sign to appear next to a node does there have
to be child nodes underneath?

Reason I ask is that the way I wanted it to work is to have the root list:

+ Colin Basterfield
+ Denice King
+ Mary Hurst
+ Jerry Harrison

and then allow the User to click the + sign which would then go away and get
the children for them to see, in a 'Lazy Load' fashion.

Which would then do the expected

- Colin Basterfield
-- Poker
-- 21
-- Snap
-- etc

Can someone give me the skinny on this please?

many thanks as ever
Colin


.