heromed wrote: > Is there a way to copy different type of streams, say a MemorySream to > a BlobStream ?
If you're talking about Delphi TStream descendants, then use the CopyFrom function. See the help for the parameter list. If you're talking about .Net streams, then no, there is no built-in way to copy the contents of one stream to another. I think you can use the TCLRStreamWrapper class in that case; it will have a CopyFrom method. The newsgroup archives might have other solutions. -- Rob ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/i7folB/TM --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

