System.Classes.TStreamWriter.AutoFlush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoFlush: Boolean read FAutoFlush write FAutoFlush;

C++

__property bool AutoFlush = {read=FAutoFlush, write=FAutoFlush, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TStreamWriter

Description

Indicates whether or not stream flushed on every write.

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.

See Also

Code Examples