[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 33

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

  

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.