Data.Bind.Components.TBoundComponentOption

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

dbcoptAddDataBindingsProperty

La propriété LiveBindings est attachée à un objet lié.

dbcoptApplyToDescendents

LiveBindings est disponible pour tous les descendants de l'objet lié.

Voir aussi