[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TDataSetInsert - insert (append) a new record into the DataSet
Source position: dbactns.pp line 118
type TDataSetInsert = class(TDataSetAction) |
||
public |
||
procedure ExecuteTarget(); override; |
|
|
procedure UpdateTarget(); override; |
|
|
published |
||
property DataSource; |
|
|
end; |
|
TDataSetInsert - insert (append) a new record into 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 |