Online Documentation for Advanced Data Import for RAD Studio VCL

TQImport3.OnUserDefinedImport

 

TQImport3                                


 

type TUserDefinedImportEvent = procedure(Sender: TObject; Row: TQImportRow); of object;

 

property OnUserDefinedImport: TUserDefinedImportEvent;

 

Description

The OnUserDefinedImport event takes place only if the ImportDestination property is qidUserDefined. It occurs each time the value is read from the source file and allows you to put the Row value to any destination you like.

 

 


See also:

TQImportRow object

OnBeforePost event