Ver Mensaje Individual
  #1  
Antiguo 14-05-2006
kinteam1 kinteam1 is offline
Registrado
 
Registrado: oct 2005
Posts: 3
Reputación: 0
kinteam1 Va por buen camino
como destruir toolbar creada por codigo?

hola estoy creando una toolbar por codigo, pero nose komo destruirla, crearla la creo asi.

Código:
toolbar1 := TToolBar.Create(Self);
  ToolBar1.Parent := Self;
  toolbar1.Width:=161;
  toolbar1.Width:=240;
  ToolBar1.ShowCaptions := True;
  ToolBar1.Height := 40;
Como la puedo destruir????? hago en un buttonclick un toolbar1.destroy y me da error. saludos!
Responder Con Cita