Description
Returns True if the specified string contains only letters A to Z (case-insensitive).
Syntax
IsAlpha(AString: String): Boolean
Example
IsAlpha(A23D)
The return value is False.