Zitat von
Flips:
Delphi-Quellcode:
procedure TForm17.Timer1Timer(Sender: TObject);
begin
TImage(FindComponent('skica'+IntToStr(random(9)))).show=true
end;
[DCC Error] Unit17.pas(44): E2064 Left side cannot be assigned to
[DCC Error] Unit17.pas(45): E2014 Statement expected, but expression of type 'Boolean' found
[DCC Fatal Error] Project16.dpr(5): F2063 Could not compile used
unit 'Unit17.pas'