Data.Bind.ObjectScope.TListAdapterOptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TListAdapterOptions = set of TListAdapterOption;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
set
typedef
public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope


Beschreibung

TListAdapterOptions ist die Menge von TListAdapterOption, die die zulässigen Vorgänge für eine Adapter-Datenquelle angibt.

Siehe auch