Data.Bind.ObjectScope.TListAdapterOptions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
set
typedef
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TListAdapterOptions = set of TListAdapterOption;

C++

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

Description

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

See also