[Overview][Classes][Procedures and functions][Index] Reference for unit 'DBActns' (#lcl)

TDataSetLast

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TDataSetLast - move to last record in the DataSet

Declaration

Source position: dbactns.pp line 51

type TDataSetLast = class(TDataSetAction)

public

  procedure ExecuteTarget(); override;

  

  procedure UpdateTarget(); override;

  

published

  property DataSource: TDataSource;

  

end;

Inheritance

TDataSetLast

  

TDataSetLast - move to last record in the DataSet

|

TDataSetAction

  

TDataSetAction - base class for all other standard TDataSet actions

|

TAction

?

TObject