markus_humm
15 years agoOccasional Contributor
Clicking on items of a TVirtualTreeView in Delphi script
Hello,
I'm uising TC 8.1 and Delphi script. I want to click on a line of my TVirtualTreeView.
I can read out the nodes, but how to click on a certain line?
(the application is compiled open enough to be able to work properly with the VST)
I'd liek to write a routine like this:
function ClickLine(vst, line);
begin
// code to go to the desired line and get its node
// that's easy and should work
end;
But how to click on the line after getting its node?
Greetings
Markus
I'm uising TC 8.1 and Delphi script. I want to click on a line of my TVirtualTreeView.
I can read out the nodes, but how to click on a certain line?
(the application is compiled open enough to be able to work properly with the VST)
I'd liek to write a routine like this:
function ClickLine(vst, line);
begin
// code to go to the desired line and get its node
// that's easy and should work
end;
But how to click on the line after getting its node?
Greetings
Markus