Data.Bind.Components.UnRegisterBindComponents

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

Delphi

procedure UnRegisterBindComponents(const AClasses: array of TContainedBindCompClass);

C++

extern DELPHI_PACKAGE void __fastcall UnRegisterBindComponents(TContainedBindCompClass const *AClasses, const int AClasses_High);

プロパティ

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

説明

RegisterBindComponents で登録されたバインディング コンポーネントを登録解除します。

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

関連項目