JVCL Help:JvEndChar
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvEndChar function
[+] JvCsvParse.pas Functions
Search in JVCL Help
Search in all projectsSummary
A parsing function used by TJvCsvDataSet for breaking up lines in a CSV file.
Pascal
run\JvCsvParse.pas
functionJvEndChar(X: AnsiChar): Boolean;
Parameters
Parameters | Description |
X: AnsiChar | Character to be tested |
Description
Returns true if the param (x) is one of these: ',;:[]()# <> =*/+'
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