[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TDataSetRefresh - refresh the DataSet by reference to the external database
Source position: dbactns.pp line 75
type TDataSetRefresh = class(TDataSetAction) end; |
||
public |
||
procedure ExecuteTarget(); override; |
|
|
procedure UpdateTarget(); override; |
|
|
published |
||
property DataSource: TDataSource; |
|
|
|
TDataSetRefresh - refresh the DataSet by reference to 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 |