property G2Host.AutoSave as Long
Specifies the time in ms to perform saving, once the user changes the host.

TypeDescription
Long A long expression that defines the time in ms to perform saving, once the user changes the host.
By default, the AutoSave property is 1000 ms, which indicates that the changes are automatically saved after 1 second. If AutoSave property is 0, the control's save the data on closing. The Save method saves the control's data, while the HostDirty property is True. If no change occurs since last save, nothing will be saved.

Once the HostDirty property is set, the Save will be performed if:

Once the Save method is performed, the HostDirty property is set on False.