[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

IsCharAlphaNumeric

Checks for ASCII letter or digit characters.

Declaration

Source position: winapih.inc line 326

function IsCharAlphaNumeric(

  c: Char

):Boolean;

Function result

True when the character is a letter or digit.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.