Data.Bind.DBScope.TCustomBindScopeDB.First

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

Delphi

procedure First; virtual;

プロパティ

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

説明

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

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

関連項目