IMetabaseObjectCreateInfo.IsTemporary

Syntax

IsTemporary: Boolean;

IsTemporary: boolean;

Description

The IsTemporary property determines whether created object is temporary.

Comments

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:

IMetabaseObjectCreateInfo