JVCL Help:ValidHexLiteral

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 hexadecimal literal string.

run\JvCsvParse.pas


Pascal

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


Parameters

Parameters Description
S1: PAnsiChar buffer to be checked.

run\JvCsvParse.pas


Description

Returns true if string is valid hex literal. We expect hex literals to be preceded by a $ and contain digits 0-9 and A-F.

run\JvCsvParse.pas


See Also

ValidIntLiteral, ValidNumericLiteral

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