Difference between revisions of "AnsiChar"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "{{AnsiChar}} A variable of type AnsiChar, also referred to as char, is exactly 1 byte in size, and contains one ANSI character.")
 
Line 1: Line 1:
{{AnsiChar}}
+
=AnsiChar=
  
 
A variable of type AnsiChar, also referred to as char, is exactly 1 byte in size, and contains one ANSI character.
 
A variable of type AnsiChar, also referred to as char, is exactly 1 byte in size, and contains one ANSI character.

Revision as of 10:39, 11 June 2016

AnsiChar

A variable of type AnsiChar, also referred to as char, is exactly 1 byte in size, and contains one ANSI character.