Data.Bind.ObjectScope.TObjectAdapterOptions

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

TObjectAdapterOptions = set of TObjectAdapterOption;

C++

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

Description

TObjectAdapterOptions is the set of TObjectAdapterOption.

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

See also