ClearPersistent

The ClearPersistent built-in method resets all the persistent members in a class.

Syntax

<<persistent class>>:: ClearPersistent (void) : void

Owner

Any persistent class.

Example

The following example resets the persistent members in the Cust class of a model.

Cust.ClearPersistent()