vthomeschoolmom
14 years agoSuper Contributor
Delphi NOOB - a treeview
My colleague who normally works on the Delphi application regression scripts is on an extended vacation. I have to change one. I know I have a tds file that I need.
I have a tree view. The object reported in the Object Spy is
Sys.Process("ee10").VCLObject("frmOpenStudy2").VCLObject("ElTree1").Window("TElTreeView", "", 1)
The parent, obviously is
Sys.Process("ee10").VCLObject("frmOpenStudy2").VCLObject("ElTree1")
I want to be able to ClickItem or address the trees directly to select an object. Does anyone have experience with this object? I know this is a total noob question. I appreciate the help.
S
I have a tree view. The object reported in the Object Spy is
Sys.Process("ee10").VCLObject("frmOpenStudy2").VCLObject("ElTree1").Window("TElTreeView", "", 1)
The parent, obviously is
Sys.Process("ee10").VCLObject("frmOpenStudy2").VCLObject("ElTree1")
I want to be able to ClickItem or address the trees directly to select an object. Does anyone have experience with this object? I know this is a total noob question. I appreciate the help.
S