Data.Bind.Components.TBindCompDesignerBindsType

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

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 バインディング式でその他のオブジェクトをバインドします。

関連項目