Data.Bind.Components.TBoundComponentOption
Delphi
TBoundComponentOption = (dbcoptAddDataBindingsProperty, dbcoptApplyToDescendents);
C++
enum DECLSPEC_DENUM TBoundComponentOption : unsigned char { dbcoptAddDataBindingsProperty, dbcoptApplyToDescendents };
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| enum | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
Enumération d'options de composants liés.
Le tableau suivant liste la signification des éléments de TBoundComponentOption.
| Valeur | Signification |
|---|---|
|
|
La propriété LiveBindings est attachée à un objet lié. |
|
|
LiveBindings est disponible pour tous les descendants de l'objet lié. |