Permanent: Boolean;
The Permanent property returns whether the assembly is permanent.
This property returns True for the repository assemblies.
Modules 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 the False value.
See also: