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

TDataSetAction

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

TDataSetAction - base class for all other standard TDataSet actions

Declaration

Source position: dbactns.pp line 27

type TDataSetAction = class(TAction)

protected

  procedure Notification(); override;

  

  function GetDataSet(); virtual;

  

public

  function HandlesTarget(); override;

  

  property DataSource: TDataSource; [rw]

  

DataSource - the locally-stored series of records forming the DataSet, derived (by a query) from the external database

end;

Inheritance

TDataSetAction

  

TDataSetAction - base class for all other standard TDataSet actions

|

TAction

?

TObject