Data.Bind.Components.TBoundComponentOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TBoundComponentOptions = set of TBoundComponentOption;

C++

typedef System::Set<TBoundComponentOption, TBoundComponentOption::dbcoptAddDataBindingsProperty, TBoundComponentOption::dbcoptApplyToDescendents> TBoundComponentOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Set of TBoundComponentOptions.

See Also