Data.Bind.DBScope.TCustomBindScopeDB.GetIsEditing

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

Delphi

function GetIsEditing(ABindComp: TBasicBindComponent): Boolean; virtual;

プロパティ

種類 可視性 ソース ユニット
function protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

説明

データセットが編集モードかどうかを返します。

GetIsEditing メソッドは、データセットが編集モードの場合には True を、そうでなければ False を返します。

関連項目