Data.Bind.Components.TBindArtifactState

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

Delphi

TBindArtifactState = (eaInclude, eaExclude);

C++

enum DECLSPEC_DENUM TBindArtifactState : unsigned char { eaInclude, eaExclude };

プロパティ

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

説明

バインディング生成物の状態を列挙した型です。


項目 説明
eaInclude バインディング生成物(変換コンポーネントの ID)を変換コンポーネントのリストに含めます。
eaExclude バインディング生成物(変換コンポーネントの ID)を変換コンポーネントのリストから除外します。

関連項目