JVCL Help:ValidIntLiteral

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

Search in JVCL Help

 
Search in all projects
 

Summary

Check if the string presented is a valid integer literal string. (For example, '123' is valid but not '123.45')

run\JvCsvParse.pas


Pascal

 run\JvCsvParse.pas
 functionValidIntLiteral(S1: PAnsiChar): Boolean;


Parameters

Parameters Description
S1: PAnsiChar buffer to be checked

run\JvCsvParse.pas


Description

Check if the provided string is an integer literal.

run\JvCsvParse.pas


See Also

ValidHexLiteral, JvValidIdentifier, ValidNumericLiteral, ValidStringLiteral

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