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

TDataSetInsert

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

TDataSetInsert - insert (append) a new record into the DataSet

Declaration

Source position: dbactns.pp line 112

type TDataSetInsert = class(TDataSetAction) end;

public

  procedure ExecuteTarget(); override;

  

  procedure UpdateTarget(); override;

  

published

  property DataSource: TDataSource;

  

Inheritance

TDataSetInsert

  

TDataSetInsert - insert (append) a new record into the DataSet

|

TDataSetAction

  

TDataSetAction - base class for all other standard TDataSet actions

|

TAction

?

TObject