Data.Bind.ObjectScope.TObjectAdapterOption
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
Delphi
TObjectAdapterOption = (optAllowModify,
optAllowApplyUpdates, optAllowCancelUpdates);
C++
enum DECLSPEC_DENUM TObjectAdapterOption : unsigned char { optAllowModify, optAllowApplyUpdates, optAllowCancelUpdates };
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. |