function Letter(ch: char): boolean;
public boolean Letter(char ch);
Public Function Letter(ch As char) As boolean
Checks if input char is a letter. Result is true, if tested char within a..z A..Z.
EkBaseReport Methods