Wenn ich es so mache:
Delphi-Quellcode:
var
NodeToFocus : Integer;
begin
NodeToFocus := StrToInt(EditListCount.Text);
VST.FocusedNode := NodeToFocus;
if Assigned(VST.FocusedNode) then
VST.Selected[VST.FocusedNode] := True;
...
...
bekomme ich folgenden Fehler:
Zitat:
[DCC Fehler] RS422LogParser_MainUnit.pas(240): E2010 Inkompatible Typen: 'PVirtualNode' und 'Integer'