[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

  

TAction is the basic action object used on the LCL.

|

TCustomAction

  

TCustomAction is the ancestor class for TAction

|

TContainedAction

  

TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents

|

TBasicAction

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.