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

TDataSetPrior

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

TDataSetPrior - move to previous (prior) record in the DataSet

Declaration

Source position: dbactns.pp line 67

type TDataSetPrior = class(TDataSetAction)

public

  procedure ExecuteTarget(); override;

  

  procedure UpdateTarget(); override;

  

published

  property DataSource;

  

end;

Inheritance

TDataSetPrior

  

TDataSetPrior - move to previous (prior) record in the DataSet

|

TDataSetAction

  

TDataSetAction - base class for all other standard TDataSet actions

|

TAction

?

TObject