Data.Bind.Components.UnregisterBindEditorFactory

From RAD Studio API Documentation
Revision as of 12:52, 16 November 2011 by L10nBot (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure UnregisterBindEditorFactory(AFactories: array of TBindEditorFactoryClass);

C++

extern DELPHI_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
Translations