IAssembly.Permanent

Syntax

Permanent: Boolean;

Description

The Permanent property returns whether the assembly is permanent.

Comments

This property returns True for the repository assemblies.

Units and forms, which were not included in the assembly, implement the temporary assemblies. The Assembly property returns parameters of the temporary assembly for them, and this property returns False.

See also:

IAssembly