![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#4
|
|||
|
|||
|
Cita:
Código:
procedure MostrarArbol; // <-- supongo que esta es el procedimiento exportado
begin
DM := TDM.Create(Application);
with TArbolForm.Create(Application) do
try
ShowModal;
finally
free;
DM.Free;
end;
end;
|
|
|
|