Data.Bind.Components.TBoundComponentOption
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 の各要素の意味を以下の表に示します。
値 | 意味 |
---|---|
|
LiveBindings プロパティは、バインドされたオブジェクトに結び付けられています。 |
|
LiveBindings は、バインドされたオブジェクトの下位オブジェクトすべてで利用可能です。 |