Data.Bind.Components.EnumRegisteredBindComponents

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

Delphi

procedure EnumRegisteredBindComponents(Proc: TEnumBindCompProc; Info: TEnumBindCompProcInfo);

C++

extern DELPHI_PACKAGE void __fastcall EnumRegisteredBindComponents(TEnumBindCompProc Proc, void * Info);

プロパティ

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

説明

設計時に、登録済みバインディング コンポーネントのリストにアクセスするため、内部的に使用されます。

EnumRegisteredBindComponents は、設計時に、登録済みバインディング コンポーネント(TBindExpressionTBindExprItemsTBindList、など)にアクセスするために、内部的に使用されます。

関連項目