AnsiChar

Belongs to : Type

Description

The AnsiChar type is used to hold single characters. It is guaranteed to be 8 bits in size.
At the time of writing, it is the same size as Char but the latter may change in the future.
It can be assigned from a character or integer value.




Example code