Data.Bind.Components.TBoundComponentOption

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

Delphi

TBoundComponentOption = (dbcoptAddDataBindingsProperty, dbcoptApplyToDescendents);

C++

enum DECLSPEC_DENUM TBoundComponentOption : unsigned char { dbcoptAddDataBindingsProperty, dbcoptApplyToDescendents };

プロパティ

種類 可視性 ソース ユニット
enum public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

説明

バインドされたコンポーネントのオプションの列挙型です。


TBoundComponentOption の各要素の意味を以下の表に示します。

意味

dbcoptAddDataBindingsProperty

LiveBindings プロパティは、バインドされたオブジェクトに結び付けられています。

dbcoptApplyToDescendents

LiveBindings は、バインドされたオブジェクトの下位オブジェクトすべてで利用可能です。

関連項目