EntityDAC

TMetaModel.Create Constructor

The constructor is designed to create a new instance of the class.

Class

TMetaModel

Syntax

constructor Create(Name: string);

Remarks

The constructor creates a new instance of the class. Since an application can use several models, each model description has to be stored in a separate TMetaModel class instance. All the instances are stored in a global meta-model list, and a particular one can be accessed via its name. Therefore, the name of the model has to be unique. An attempt to create a meta-model with an existing name will cause an exception.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback