Navigation: Code Documentation > RSCommon > HelperFunctions > Routines
IsNumberChar(Char) Method
Returns true if the input character is a digit or a symbol used in a number ('+', '-', '.')
Namespace: HelperFunctions
Delphi
function IsNumberChar( ch: Char ): Boolean;
Parameters
ch
Type: Char
Type: Boolean
•HelperFunctions.IsNumberSymbol(Char)
•HelperFunctions