Hi,
I am unable to retrieve text from a TStringGrid since any of the following function calls return no tangible data.
ControlCommand($hwnd, "", "[CLASS:TStringGrid; ID:" & $StringGridID & "]", "GetCurrentLine", "") ControlCommand($hwnd, "", "[CLASS:TStringGrid; ID:" & $StringGridID & "]", "GetCurrentCol", "") ControlCommand($hwnd, "", "[CLASS:TStringGrid]", "SelectString", "AGILE") ControlCommand($hwnd, "", "[CLASS:TStringGrid]", "GetSelected", "") ControlCommand($hwnd, "", "[CLASS:TStringGrid; ID:" & $StringGridID & "]", "GetLine", "1") ControlGetText($hwnd, "", "[CLASS:TStringGrid]")
What function should be used, if any ?
Best,
Sigmarsson