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

TDataSetEdit

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

TDataSetEdit - edit the current record in the DataSet

Declaration

Source position: dbactns.pp line 104

type TDataSetEdit = class(TDataSetAction)

public

  procedure ExecuteTarget(); override;

  

  procedure UpdateTarget(); override;

  

published

  property DataSource;

  

end;

Inheritance

TDataSetEdit

  

TDataSetEdit - edit the current record in the DataSet

|

TDataSetAction

  

TDataSetAction - base class for all other standard TDataSet actions

|

TAction

?

TObject