Data.Bind.Components.UnregisterBindEditorFactory

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure UnregisterBindEditorFactory(AFactories: array of TBindEditorFactoryClass);

C++

extern DELPHI_PACKAGE void __fastcall UnregisterBindEditorFactory(TBindEditorFactoryClass *AFactories, const int AFactories_High);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

説明

RegisterBindEditorFactory で登録されたバインド エディタ ファクトリを登録解除します。

UnregisterBindEditorFactory は、RegisterBindEditorFactory で登録されたバインド エディタ ファクトリを登録解除します。 RegisterBindEditorFactory を呼び出す設計時のパッケージは、RegisterBindEditorFactory が そのパッケージ内で実装されている Register メソッドから呼び出されている場合には、UnregisterBindEditorFactory を呼び出す必要はありません。

関連項目