Data.Bind.ObjectScope.TListAdapterOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TListAdapterOptions = set of TListAdapterOption;

C++

typedef System::Set<TListAdapterOption, TListAdapterOption::loptAllowInsert, TListAdapterOption::loptAllowCancelUpdates> TListAdapterOptions;

Properties

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

Description

TListAdapterOptions is the set of TListAdapterOption that specifies allowed operations on the adapter data source. .

See also