Ver Mensaje Individual
  #2  
Antiguo 27-03-2004
__cadetill __cadetill is offline
Miembro
 
Registrado: may 2003
Posts: 3.387
Reputación: 25
__cadetill Va por buen camino
Hola cesar_picazo

Ante todo decirte que, cuando quieras escribir código, lo hagas entre las etiquetas [ code ] y [ /code ] (sin los espacio)

Respecto a tu duda...

Código:
procedure TForm1.FormCreate(Sender: TObject);
begin
    BitBtn2 := TBitBtn.Create(self);//bitbtn1);
    BitBtn2.Visible :=true;
    BitBtn2.Parent := TABsheet1;
End;
Espero te sirva
Responder Con Cita