Data.Bind.Components.TBindArtifactState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBindArtifactState = (eaInclude, eaExclude);

C++

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

Properties

Type Visibility Source Unit Parent
enum public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

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.

See Also