Name

AnsiChar Type

Syntax

type AnsiChar = #0..#255;

Description

The AnsiChar type represents an 8-bit extended ANSI character. In the current release of Delphi, the generic Char type is the same as AnsiChar, but future releases might redefine the Char type. AnsiChar will be an 8-bit type regardless of the definition of Char.

See Also

AnsiString Type, Char Type, WideChar Type

Get Delphi in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.