Data.Bind.Components.UnregisterBindEditorFactory

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 UnregisterBindEditorFactory(AFactories: array of TBindEditorFactoryClass);

C++

extern DELPHI_PACKAGE void __fastcall UnregisterBindEditorFactory(TBindEditorFactoryClass *AFactories, const System::NativeInt AFactories_High);

Description

Unregisters a bind editor factory registered by RegisterBindEditorFactory.

UnregisterBindEditorFactory unregisters a bind editor factory registered by RegisterBindEditorFactory. Design-time packages that call RegisterBindEditorFactory do not need to call UnregisterBindEditorFactory as long as RegisterBindEditorFactory is called from the Register method implemented in that specific package.

See Also