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

TDataSetNext

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

TDataSetNext - move to next record in the DataSet

Declaration

Source position: dbactns.pp line 59

type TDataSetNext = class(TDataSetAction)

public

  procedure ExecuteTarget(); override;

  

  procedure UpdateTarget(); override;

  

published

  property DataSource: TDataSource;

  

end;

Inheritance

TDataSetNext

  

TDataSetNext - move to next record in the DataSet

|

TDataSetAction

  

TDataSetAction - base class for all other standard TDataSet actions

|

TAction

?

TObject