Data.Bind.Components.RegisterBindComponents

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

Delphi

procedure RegisterBindComponents(const CategoryName: string; const AClasses: array of TContainedBindCompClass);

C++

extern DELPHI_PACKAGE void __fastcall RegisterBindComponents(const System::UnicodeString CategoryName, TContainedBindCompClass const *AClasses, const int AClasses_High);

プロパティ

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


説明

設計時に、TBindingsList に追加される、バインディング コンポーネントを登録するために使用します。

RegisterBindComponents メソッドは、設計時に、TBindingsList に追加される、バインディング コンポーネントを登録するために使用します。 RegisterBindComponents は、TBindExpressionTBindExprItemsTBindList などのバインディング コンポーネントを登録するために使用されます。これは、カスタム バインディング コンポーネントを登録するためにも使用できます。

関連項目