RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamWriter.AutoFlush Property

Indicates whether or not stream flushed on every write.

Pascal
property AutoFlush: Boolean;
C++
__property Boolean AutoFlush;

AutoFlush gets or sets a value that indicates whether or not the stream is flushed after every call to TStreamWriter.Write

This property is functionally identical to the Microsoft .NET property StreamWriter.AutoFlush

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!