Online Documentation for Advanced Data Export for RAD Studio VCL

TQExport4.CurrentRecordOnly

 

TQExport4                


property CurrentRecordsOnly: boolean;

 

Description

If the CurrentRecordOnly property is true, then only one record is exported from the DataSet - current records at the moment of the export start (properties GoToFirstRecord and SkipRecCount are taken into consideration). When the export finishes, current DataSet record doesn't change.

 


See also:

GoToFirstRecord property

SkipRecCount property