[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TDataSetAction - base class for all other standard TDataSet actions
Source position: dbactns.pp line 27
type TDataSetAction = class(TAction) end; |
||
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 |
|
TDataSetAction - base class for all other standard TDataSet actions |
|
| | ||
|
TAction is the basic action object used on the LCL. |
|
| | ||
|
TCustomAction is the ancestor class for TAction |
|
| | ||
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
TBasicAction |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |