Data.Bind.Components.TEnumBindCompFactoryProc

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

Delphi

TEnumBindCompFactoryProc = procedure (BindCompFactory: IBindCompFactory; Info: TEnumBindCompProcInfo) of object;

C++

typedef void __fastcall (__closure *TEnumBindCompFactoryProc)(_di_IBindCompFactory BindCompFactory, TEnumBindCompProcInfo Info);

プロパティ

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

説明

登録済みのバインディング コンポーネント ファクトリの一覧を列挙するために設計時に内部的に使われます。


関連項目