Re: Help with TTreeView


Posted by Roland on March 11, 2000 at 11:31:37:

In Reply to: Help with TTreeView posted by Josh on March 08, 2000 at 08:13:04:

The following code gives you the
caption of the selected treenode :

Label1.caption := TreeView1.Selected.Text;




Related Articles and Replies: