Data.Bind.Components.UnRegisterBindComponents

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

procedure UnRegisterBindComponents(const AClasses: array of TContainedBindCompClass);

C++

extern DELPHI_PACKAGE void __fastcall UnRegisterBindComponents(TContainedBindCompClass const *AClasses, const System::NativeInt AClasses_High);

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