Data.Bind.DBScope.TCustomBindScopeDB.Last

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

Delphi

procedure Last; virtual;

プロパティ

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

説明

データセット内の最後のレコードへ移動します。

Last メソッドは内部的に Data.DB.TDataSet.Last を呼び出し、データセット内の最後のレコードへ移動します。

関連項目