Internet Direct (Indy)
Home
PreviousUpNext
IsNumeric Function

Determines if the character is a valid numeric digit.

Pascal
function IsNumeric(
    AChar: Char
): Boolean; overload;
Parameters 
Description 
AChar 
Character to examine for a valid numeric digit. 

Boolean - True when the character is a valid numeric digit.

IsNumeric is an overloaded Boolean function used to determine if the character in AChar is a valid numeric digit. IsNumeric returns True when Achar contains one of the following characters: 

 

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.