Data.Bind.Components.TBindArtifactState
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)を変換コンポーネントのリストから除外します。 |