Get the caption of a TreeNode selected in TIWCGJQTreeView

How can I get the caption of the item select in a TIWCGJQTreeView?
The TreeView1JQEventsClick and TreeView1JQEventsSelect events are fired
when the user clicks anywhere in the tree view, but I can't get the
caption of the selected item.
Also, how you set a different picture for sub-items?
I dropped a TIWImageList, set the TIWCGJQTreeView.Images property to it
and use this code:
tvSubItem := tvNode.SubItems.Add;
tvSubItem.Picture.ImageIndex := 1;
tvSubItem.Caption := 'This Caption I need to Get';
but the image is the same for parent and child item.
Best Regards
Francisco Alvarado
The TreeView1JQEventsClick and TreeView1JQEventsSelect events are fired
when the user clicks anywhere in the tree view, but I can't get the
caption of the selected item.
Also, how you set a different picture for sub-items?
I dropped a TIWImageList, set the TIWCGJQTreeView.Images property to it
and use this code:
tvSubItem := tvNode.SubItems.Add;
tvSubItem.Picture.ImageIndex := 1;
tvSubItem.Caption := 'This Caption I need to Get';
but the image is the same for parent and child item.
Best Regards
Francisco Alvarado