Online Documentation for Advanced Data Import for RAD Studio VCL
TQImport3.OnAfterPost
type TImportAfterPostEvent = procedure(Sender: TObject; Row: TQImportRow); of object;
property OnAfterPost: TImportAfterPostEvent;
Description
The OnAfterPost event takes place after the imported value is posted to the ImportDestination object. Use this event to take any actions without changing the importing value, according to the Row parameter. You can also use the LastAction property value here.
See also: