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

TDataSetRefresh

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

TDataSetRefresh - refresh the DataSet by reference to the external database

Declaration

Source position: dbactns.pp line 81

type TDataSetRefresh = class(TDataSetAction)

public

  procedure ExecuteTarget(); override;

  

  procedure UpdateTarget(); override;

  

published

  property DataSource;

  

end;

Inheritance

TDataSetRefresh

  

TDataSetRefresh - refresh the DataSet by reference to the external database

|

TDataSetAction

  

TDataSetAction - base class for all other standard TDataSet actions

|

TAction

?

TObject