Hallo,
ich steh grad auf dem Schlauch...
wenn ich versuche
Code:
x:= round(panel1.Width*v);
oder
Code:
x:= round(panel1.Width*1.2);
wobei x: Integer und v: Real ist
bekomme ich immer einen Runtime-Error "Ungültige Gleitkommaoperation".
Was mach ich falsch ?