Topic Path: Symbol Reference > Functions > IsOctal Function (Char)
ContentsIndexHome
PreviousUpNext
IsOctal Function

Determines if the character is a valid octal digit.

File
function IsOctal(
    AChar: Char
): Boolean; overload;
Parameters 
Description 
AChar 
Character to examine for a valid octal digit. 

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

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

 

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