![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
#2
|
|||
|
|||
|
Supongo que será porque no hacer referencia a la clase. Ha de ser algo así:
Código:
begin
fForm := Talta_expo.Create(Self);
try
fForm.FormStyle := fsNormal;
fForm.Visible:=False;
fForm.ShowModal;
finally
fForm.Free;
end;
end;
|
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
|