Internet Direct (Indy)
Home
PreviousUpNext
IsOctal Function

Determines if the characters are valid octal digits.

Pascal
function IsOctal(
    const AString: string
): Boolean; overload;
Parameters 
Description 
AString 
Characters to examine for valid octal digits. 

Boolean - True when the characters are valid octal digits.

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

 

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.