Afficher : Delphi C++
Préférences d'affichage

Data.Bind.Components.TBoundComponentOption

De XE2 API Documentation

Delphi

type TBoundComponentOption = (dbcoptAddDataBindingsProperty, dbcoptApplyToDescendents)

C++

enum 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

Versions précédentes
Traductions