Ver Mensaje Individual
  #3  
Antiguo 26-03-2004
gynch gynch is offline
Miembro
 
Registrado: mar 2004
Posts: 13
Reputación: 0
gynch Va por buen camino
En el método close cambia la accion por cafree

Código:
  
procedure TFSystem.FormClose(Sender: TObject; var Action: TCloseAction);
begin
	 Action:=cafree;
end;
Responder Con Cita