[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TDataSetPost - post the editing changes on the current record permanently into the DataSet (may need a separate action to make changes permanently in external database)
Source position: dbactns.pp line 120
type TDataSetPost = class(TDataSetAction) |
||
public |
||
procedure ExecuteTarget(); override; |
|
|
procedure UpdateTarget(); override; |
|
|
published |
||
property DataSource; |
|
|
end; |
|
TDataSetPost - post the editing changes on the current record permanently into the DataSet (may need a separate action to make changes permanently in external database) |
|
| | ||
|
TDataSetAction - base class for all other standard TDataSet actions |
|
| | ||
TAction |
||
? | ||
TObject |