Data.Bind.ObjectScope.TObjectAdapterOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TObjectAdapterOptions = set of TObjectAdapterOption;

C++

typedef System::Set<TObjectAdapterOption, TObjectAdapterOption::optAllowModify, TObjectAdapterOption::optAllowCancelUpdates> TObjectAdapterOptions;

Properties

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

Description

TObjectAdapterOptions is the set of TObjectAdapterOption.

TObjectAdapterOptions specifies allowed operations on an object linked to an adapter.

See also