sttydefaults.inc 74 B

12345
  1. function CTRL(x: Char): Char;
  2. begin
  3. Result:=Char(Ord(x) and $1F);
  4. end;