Hi list, I need some help on the TreeView usage. I have defined my node list in the TreeView Items Editor, it looks good. I need now to respond to user selections of items. Maybe a case statement will work. What i need is something like this
case treeview.items of 0: [do some action] 1: [do action for 1] 3: [action for 3] end; is this correct? can i do this?? How can I write individual fragment of code for each items? send an example please Thanx Ernesto ================================================== Este Mensaje ha sido escaneado por el Servidor de Correos de PRODAL y se confirma que esta libre de virus. Grupo SAD PRODAL. ================================================== _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

