IniFile: AutoFlush (let)

AutoFlush

Sets the auto-flush state of the object.



 Public Property Let AutoFlush(
	  ByVal Value As Boolean )

Parameters

Value
[ByVal] Boolean. The new auto-flush state of the object.

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