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...
|