IniFile: AutoFlush (get)

AutoFlush

Returns the auto-flush state of the object.



 Public Property Get AutoFlush ( ) As Boolean

Return Values

Boolean -  True if AutoFlush is active, False otherwise.

Remarks

When AutoFlush is set to True, the object will call Flush after any method that writes to the INI file.

Read/Write.

See Also

Project CorLib Overview

Class IniFile Overview