Data.Bind.Components.RegisterBoundComponents

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

Delphi

procedure RegisterBoundComponents(const AClasses: array of TComponentClass; AFlags: TBoundComponentOptions);

C++

extern DELPHI_PACKAGE void __fastcall RegisterBoundComponents(System::Classes::TComponentClass const *AClasses, const int AClasses_High, TBoundComponentOptions AFlags);

プロパティ

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


説明

オブジェクト インスペクタが指定されたオブジェクト型の LiveBindings プロパティを表示するべきかどうかを登録します。

RegisterBoundComponents は、オブジェクト インスペクタが指定されたオブジェクト型の LiveBindings プロパティを表示するべきかどうかを登録します。

関連項目