Data.Bind.Components.TBindArtifactState
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
TBindArtifactState = (eaInclude, eaExclude);
C++
enum DECLSPEC_DENUM TBindArtifactState : unsigned char { eaInclude, eaExclude };
Description
Enumeration of binding artifact states.
| Item | Description |
|---|---|
eaInclude
|
Include the binding artifact (a converter's ID) in the list of converters. |
eaExclude
|
Exclude the binding artifact (a converter's ID) from the list of converters. |