[fpc-pascal] tstringlist.savetostream

Michael Van Canneyt michael at freepascal.org
Tue Mar 16 08:58:39 CET 2010



On Mon, 15 Mar 2010, Terry A. Haimann wrote:

> After running tstringlist.savetostream how can I make sure that the buffer 
> has been flushed and data sent successfully?

It depends on the kind of stream you pass it, but for most streams:
if the call returns, all data has been written by the application 
layer.

Michael.



More information about the fpc-pascal mailing list