Online Documentation for Advanced Data Import for RAD Studio VCL
TQImport3.ImportToCSV
procedure ImportToCSV(Stream: TStream; Comma, Quote: Char);
Description
The ImportToCSV method executes import to the given stream.The imported data are formatted as CSV, using the parameters ListSeparator and Quote, and then are written to the Stream. If Quote is the #0 character, then no quotes are used.