JVCL Help:JvEndChar

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

Search in JVCL Help

 
Search in all projects
 

Summary

A parsing function used by TJvCsvDataSet for breaking up lines in a CSV file.

run\JvCsvParse.pas


Pascal

 run\JvCsvParse.pas
 functionJvEndChar(X: AnsiChar): Boolean;


Parameters

Parameters Description
X: AnsiChar Character to be tested

run\JvCsvParse.pas


Description

Returns true if the param (x) is one of these: ',;:[]()# <> =*/+'

run\JvCsvParse.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