Data.Bind.DBLinks.UnregisterBindDBColumnFactory
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.Bind.DBLinks.pas Data.Bind.DBLinks.hpp
| |
| Unit: Data.Bind.DBLinks | |
| Parent: Data.Bind.DBLinks | |
Delphi
procedure UnregisterBindDBColumnFactory(AFactories: array of TBindDBColumnFactoryClass);
C++
extern DELPHI_PACKAGE void __fastcall UnregisterBindDBColumnFactory(TBindDBColumnFactoryClass *AFactories, const System::NativeInt AFactories_High);
Description
Unregisters the given TBindDBColumnFactory metaclasses.
The AFactories parameter specifies an array of TBindDBColumnFactory metaclasses (TBindDBColumnFactoryClass).