Data.Bind.ObjectScope.TListAdapterOption

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TListAdapterOption = (loptAllowInsert, loptAllowDelete, loptAllowModify,
loptAllowApplyUpdates, loptAllowCancelUpdates);

C++

enum DECLSPEC_DENUM TListAdapterOption : unsigned char { loptAllowInsert, loptAllowDelete, loptAllowModify, loptAllowApplyUpdates, loptAllowCancelUpdates };

プロパティ

種類 可視性 ソース ユニット
enum public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope


説明

TListAdapterOption は、アダプタ データソース上で可能なオペレーションを示します。

次の表は、値の概要です:

パラメータ 説明
loptAllowInsert データソースへ新しい項目を挿入できます。
loptAllowDelete データソースから既存の項目を削除できます。
loptAllowModify データソースの既存の項目を変更できます。
loptAllowApplyUpdates データソースへ更新を適用できます。
loptAllowCancelUpdates データソースでの更新をキャンセルできます。

関連項目