IObjectFactory Interface
Provides a factory for creating object instances from a given class reference.
Syntax
Unit: Bcl.Rtti.ObjectFactory
IObjectFactory = interface(IInterface);
Methods
| Name | Description |
|---|---|
| CreateInstance | Creates a new instance of the specified class. |