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

TDataSetDelete

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

TDataSetDelete - delete the current record in the DataSet

Declaration

Source position: dbactns.pp line 96

type TDataSetDelete = class(TDataSetAction)

public

  procedure ExecuteTarget(); override;

  

  procedure UpdateTarget(); override;

  

published

  property DataSource: TDataSource;

  

end;

Inheritance

TDataSetDelete

  

TDataSetDelete - delete the current record in the DataSet

|

TDataSetAction

  

TDataSetAction - base class for all other standard TDataSet actions

|

TAction

?

TObject