Topic Path: Symbol Reference > Functions > IsNumeric Function (string)
ContentsIndexHome
PreviousUpNext
IsNumeric Function

Determines if the characters are valid numeric digits.

File
function IsNumeric(
    const AString: string
): Boolean; overload;
Parameters 
Description 
AString 
Characters to examine for valid numeric digits. 

Boolean - True when the characters are valid numeric digits.

IsNumeric is an overloaded Boolean function used to determine if the characters in AString are valid numeric digits. IsNumeric returns True when AString contains characters including: 

 

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.