EMS logo

Produkt Navigation

Advanced Data Import VCL

Unsere Partnerschaften

Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Import VCL

Online Bedienungsanleitung

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