On Dec 6, 2007, at 04:36, Wilfried Mestdagh wrote:

> procedure FreeAndNil(var Obj: TObject);
> begin
>      Obj.Free;
>      Obj := nil;
> end;

begin
        if (Obj <> Nil) Then
                Obj.Free;

     Obj := Nil;
End;

> LongWord is a Cardinal

This is correct.

        dZ.

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to