Data.Bind.ObjectScope.TObjectAdapterOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TObjectAdapterOption = (optAllowModify,
optAllowApplyUpdates, optAllowCancelUpdates);

C++

enum DECLSPEC_DENUM TObjectAdapterOption : unsigned char { optAllowModify, optAllowApplyUpdates, optAllowCancelUpdates };

Properties

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

Description

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

The following table summarizes the possible values for TObjectAdapterOption.

Values Description
optAllowModify Allows modifying the object linked to the adapter.
optAllowApplyUpdates Allows applying updates to the object linked to the adapter.
optAllowCancelUpdates Allows canceling updates to the object linked to the adapter.

See also