1) The destroying of FLocalStream is widely used as
            if Assigned(FLocalStream) then begin
                FLocalStream.Destroy;
                FLocalStream := nil;
            end;
but there's also a specific method DestroyLocalStream, what's the difference? 
Maybe it would be better to use DestroyLocalStream everywhere?

2) I'm searching, but cannot find where the event of complete file downloading 
is located (I want some actions on newly got file). Could someone show me the 
place?

Thanks in advance, Anton
--
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