Data.Bind.Components.UnRegisterBindComponents
From RAD Studio API Documentation
Delphi
procedure UnRegisterBindComponents(const AClasses: array of TContainedBindCompClass);
C++
extern DELPHI_PACKAGE void __fastcall UnRegisterBindComponents(TContainedBindCompClass const *AClasses, const int AClasses_Size);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
Unregisters binding components registered by RegisterBindComponents.
UnRegisterBindComponents unregisters binding components registered by RegisterBindComponents. Design-time packages that call RegisterBindComponents do not need to call UnRegisterBindComponents as long as RegisterBindComponents is called from the Register method implemented in that package.