Ver Mensaje Individual
  #2  
Antiguo 15-08-2008
Avatar de TOPX
TOPX TOPX is offline
Miembro
 
Registrado: may 2008
Ubicación: Bogotá
Posts: 527
Reputación: 19
TOPX Va camino a la fama
Hola,

Código Delphi [-]
  Page := TPageControl.Create(Self);
  Page.Parent := Self;

  Tab := TTabSheet.Create(Page);
  Tab.Parent := Page;
  Tab.PageControl := Page;

  wb := TWebBrowser.Create(Self);
  TWinControl(wb).Parent := Tab;
__________________
"constructive mind, destructive thoughts"

Última edición por TOPX fecha: 15-08-2008 a las 22:19:53. Razón: Agregando más propiedades...
Responder Con Cita