Data.Bind.Components.UnRegisterBindComponents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnRegisterBindComponents(const AClasses: array of TContainedBindCompClass);

C++

extern DELPHI_PACKAGE void __fastcall UnRegisterBindComponents(TContainedBindCompClass const *AClasses, const int AClasses_High);

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.

See Also