Online Documentation for Advanced Data Import for RAD Studio VCL
TQImportRow.Items
property Items: TQImportCol;
Description
The Items property contains fields of the currently imported table row which was already delivered from the source table, but have not yet been posted to the dataset. These data are stored as a set of TQImportCol values, which contain information of each certain field of the table row.
Use this property in processing the OnBeforePost and OnUserDefinedImport events.
See also: