Table of Contents

TAureliusManager.ModelName Property

Gets or sets the name of the mapping model to be used by this manager.

Remarks

Leave blank to use the default mapping model. When set to a non-empty string, the manager will use the TMappingExplorer registered under that name. Changing this property destroys the encapsulated TObjectManager instance; a new one will be created with the new model when next required.

Syntax

Unit: Aurelius.Comp.Manager

property TAureliusManager.ModelName: string

See also