CreateInfo: IMetabaseObjectCreateInfo;
The CreateInfo property returns the information about the loading object.
By default, the property returns parameters of the object, with which the given assemblies/forms/units loader is connected. A new object is created in the repository in accordance with these parameters. Activation of the LoadAssembly, LoadForm, LoadModule methods implements the loading and saving. Parameters of the object that is to be created in the repository can be changed before loading if necessary.
The example of use is given in description of the LoadAssembly, LoadForm, LoadModule methods.
See also: