On 13-12-2011 00:16, Lars Gehre wrote:
Overriding said function would mean, I would have to duplicate the code and
with each update of ICS I would have to check all my projects for this
overriden function. Not very practical. It's easier to change the ICS code
once every update...

What code are you duplicating?!

   Procedure MyHTTPConnection.SendDocument(SendType: THttpSendType);
   var MyHeaderLines:String;
   begin

   MyHeaderLines:=...

   SendDocument(SendType , MyHeaderLines);
   end;


And why this solution imply that you have to check all your projects each time you update to a new version of ICS? It's exactly the contrary.

--
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