Spring.Base Spring.DesignPatterns TFactory<TKey,TBaseType> TFactory<TKey,TBaseType> Class On this page Definition Constructors Properties Methods Definition Unit: Spring.DesignPatterns Package: Spring.Base Delphi Copy type TFactory<TKey,TBaseType> = class(TObject) Type Parameters TKey TBaseType Inheritance TObject TFactory<TKey,TBaseType> Constructors Create Properties Count Methods GetInstance(TKey) IsRegistered(TKey) RegisterFactoryMethod(TKey, TFactoryMethod<TBaseType>) UnregisterFactoryMethod(TKey)