JVCL Help:ValidStringLiteral
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ValidStringLiteral function
[+] JvCsvParse.pas Functions
Search in JVCL Help
Search in all projectsSummary
Check if valid quoted string literal is provided. For example, '"ABC123"'
Pascal
run\JvCsvParse.pas
functionValidStringLiteral(S1: PAnsiChar): Boolean;
Parameters
Parameters | Description |
S1: PAnsiChar | buffer to be checked. |
Description
Check for valid string literal
See Also
ValidHexLiteral, JvValidIdentifier, ValidIntLiteral, ValidNumericLiteral
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