JVCL Help:JvStringToCsvRow

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Internal Helper.

run\JvCsvData.pas


Pascal

 run\JvCsvData.pas
 procedureJvStringToCsvRow(constRowString: string; Separator: Char; RowItem: PCsvRow; PermitEscapeSequences: Boolean; EnquoteBackslash: Boolean);


Parameters

Parameters Description
const RowString: string Original string
Separator: Char Description for this parameter
RowItem: PCsvRow Row record to fill data into.
PermitEscapeSequences: Boolean Is this row allowed to contain escape sequences? Header row usually No, Data rows Usually Yes.
EnquoteBackslash: Boolean Are we using the custom backslashing enquoting method (usually this should be false)?

run\JvCsvData.pas


Description

Parse string, put data into a csv row record.

run\JvCsvData.pas


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page