Data.Bind.Components.TBindCompDesignerBindsType
Delphi
TBindCompDesignerBindsType = (biBindsComponent, biBindsComponentProperty, biBindsOther);
C++
enum DECLSPEC_DENUM TBindCompDesignerBindsType : unsigned char { biBindsComponent, biBindsComponentProperty, biBindsOther };
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
enum | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
説明
バインディング式でバインドできるものを列挙した型です。
項目 | 説明 |
---|---|
biBindsComponent
|
バインディング式でコンポーネントをバインドします。 |
biBindsComponentProperty
|
バインディング式でコンポーネント プロパティをバインドします。 |
biBindsOther
|
バインディング式でその他のオブジェクトをバインドします。 |