[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 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; |
|
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 |
|
| | ||
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |