Online Documentation for Advanced Data Import for RAD Studio VCL
TQImport3.LastAction
type TQImportAction = (qiaNone, qiaInsert, qiaUpdate, qiaDelete);
property LastAction: TQImportAction;
Description
Read LastAction to get the last import action - Insert, Update or Delete, which depends on the ImportMode property value and on whether the duplicate value was met or not in the import destination (ImportDestination property).
You can use this property in OnAfterPost event, for example, for creating import logs.
See also: