Persistent Property

Object List Next Object

Defined By:
DataBuffer

Description:

Determines whether or not the stored data will be saved.

Details:

If Persistent is set to True and the object is saved as Binary (*.ebo), the data will be saved. If Persistent is set to True and the object is saved as Text (*.eto), the Size and Data properties will be saved, but the data will not be saved. If Persistent is set to False, the data is never saved.


Setting Description


False(0) (Default) The data in the buffer will not be saved.

True(-1) The data in the buffer will be saved.

Data Type: Boolean