[Lazarus-es] Formularios en Windows CE

Raistware raistware en gmail.com
Lun Sep 14 09:17:32 CEST 2009


La forma correcta sería esta:

var
   fInvent : TfrmLeerInventario;
begin
   fInvent := TfrmLeerInventario.Create(Self);
   try
     fInvent.ShowModal;
   finally
     fInvent.Free; // O mejor FreeAndNil(fInvent);
   end;
end;


__________ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4422 (20090913) __________

ESET NOD32 Antivirus ha comprobado este mensaje.

http://www.eset.com






More information about the Lazarus-es mailing list