[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TDataSetFirst - move to first record in the DataSet
Source position: dbactns.pp line 49
type TDataSetFirst = class(TDataSetAction) |
||
public |
||
procedure ExecuteTarget(); override; |
|
|
procedure UpdateTarget(); override; |
|
|
published |
||
property DataSource; |
|
|
end; |
|
TDataSetFirst - move to first record in the DataSet |
|
| | ||
|
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 |