Data.Bind.Components.TBindCompDesignerCollectionType

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

Delphi

TBindCompDesignerCollectionType = (colExpressions, colCollections);

C++

enum DECLSPEC_DENUM TBindCompDesignerCollectionType : unsigned char { colExpressions, colCollections };

プロパティ

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

説明

バインディング式デザイナ コンポーネントで使用するためのコレクション型を列挙した型です。


項目 説明
colExpressions バインディング式のコレクション
colCollections 汎用のコレクション

関連項目