Data.Bind.Components.TBoundComponentOption

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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

dbcoptAddDataBindingsProperty

LiveBindings property is attached to a bound object.

dbcoptApplyToDescendents

LiveBindings is available to all the bound object's descendants.

See Also