Friday, October 12, 2007

How to work with char

How to work with char

To work with char

Step 1

Description:

Delphi has three character types: Char, AnsiChar, and WideChar.

Declaration:

Type Contents

Char A single character

AnsiChar A single character

WideChar A single Unicode character

Example:

var

a:char;

No comments: