> So I would like to ask the question to Lukas - is it possible to have some > methods virtual and some properties writeable in the next version of > HTTPsend? This could encourage more people to extend the objects for own > purposes without having to change basic code of the original object. > > In the meantime - I think - I will make Document a writeable property and > try it this way.
About virtual properties and methods... Yes, I can made virtual what you wish. My strategy is not made virtual all automaticly. I was made virtual all where I seen reason for doing it, or where I was asked for it. About Document property ... I thought longer time about rewriting THttpsend class. Your problem is major goal of this rewriting. Not just made possible to use any stream for data, but split Document and other properties for 'Query' and 'Response' parts too. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
