Data.Bind.Components.UnregisterBindEditorFactory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnregisterBindEditorFactory(AFactories: array of TBindEditorFactoryClass);

C++

extern DELPHI_PACKAGE void __fastcall UnregisterBindEditorFactory(TBindEditorFactoryClass *AFactories, const int AFactories_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 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