FireDAC.Comp.DataSet.TFDDataSet.InternalLast
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
procedure InternalLast; override;
C++
virtual void __fastcall InternalLast();
Description
Moves to a position "after" the last record of the dataset.
FireDAC.Comp.DataSet.TFDDataSet.InternalLast inherits from Data.DB.TDataSet.InternalLast. All content below this line refers to Data.DB.TDataSet.InternalLast.
Moves to a position "after" the last record of the dataset.
InternalLast is called by Last. The descendant classes of TDataSet must override this method. The method must implement a "crash" behavior, meaning that the current position must move "after" the last record of the dataset.