Data.Bind.Components.TBoundComponentOption
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
TBoundComponentOption = (dbcoptAddDataBindingsProperty, dbcoptApplyToDescendents);
C++
enum DECLSPEC_DENUM TBoundComponentOption : unsigned char { dbcoptAddDataBindingsProperty, dbcoptApplyToDescendents };
Description
Enumeration of bound component options.
The following table lists the meanings of the elements in TBoundComponentOption.
Value | Meaning |
---|---|
|
LiveBindings property is attached to a bound object. |
|
LiveBindings is available to all the bound object's descendants. |