Ver Mensaje Individual
  #5  
Antiguo 05-11-2003
haffo haffo is offline
Miembro
 
Registrado: oct 2003
Posts: 54
Reputación: 21
haffo Va por buen camino
He puesto:

procedure TForm1.RadioGroup2Click(Sender: TObject);
begin
Edit1.Text := inttostr (RadioGroup2.Items[RadioGroup2.ItemIndex]);
end;

Pero me da un error al compilar:

[Error] Final.pas(366): There is no overloaded version of 'IntToStr' that can be called with these arguments
Responder Con Cita