Show: Delphi C++
Display Preferences

Data.Bind.Components.UnregisterBindEditorFactory

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure UnregisterBindEditorFactory(AFactories: array of TBindEditorFactoryClass);

C++

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

Personal tools
Previous Versions
Translations