![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Buscar | Temas de Hoy | Marcar Foros Como Leídos |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#2
|
||||
|
||||
|
Me auto respondo por si pudiera interesarle a alguien. Así funciona correctamente:
Código:
procedure TPrincipal.Sesiones;
var Sesion:TSesion;
PaxNum:Integer;
Pax:TtabSheet;
Begin
with TTabSheet.Create(self) do
begin
PageControl:=Paxinas;
Name:='Paxina'+trim(inttostr(Contador));
Caption:='Sesiones';
PaxNum:=PageIndex;
Pax:=Paxinas.Pages[PaxNum];
end;
inc(Contador);
Sesion:=TSesion.Create(Self);
with Sesion do
begin
Parent:=Pax;
Show;
end;
end;
|
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
|