IsTemporary: Boolean;
IsTemporary: boolean;
The IsTemporary property determines whether created object is temporary.
If the property is set to True, the object that is created, is a temporary object. It can not be saved in the repository. The object can be edited, set and calculated.
If the property is set to False, the type of created object is specified by the IMetabaseObjectCreateInfo.Permanent property.
The IsTemporary property is set to False by default.
See also: