Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4.CurrentRecordOnly
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: