Ver Mensaje Individual
  #2  
Antiguo 22-07-2005
Avatar de marcoszorrilla
marcoszorrilla marcoszorrilla is offline
Capo
 
Registrado: may 2003
Ubicación: Cantabria - España
Posts: 11.221
Reputación: 10
marcoszorrilla Va por buen camino
Tienes que hacer algunos cambios:

Código Delphi [-]
 procedure TForm1.Button1Click(Sender: TObject);
 var
 MiLabel:Tlabel;
 begin
 Milabel:=tlabel.Create (Self);
 MiLabel.Parent:=Self;
 Milabel.caption := 'R' ;
 Milabel.Font.Size := 20;
 Milabel.Visible := true;
 end;

Un Saludo.
__________________
Guía de Estilo de los Foros
Cita:
- Ça c'est la caisse. Le mouton que tu veux est dedans.
Responder Con Cita