[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

PUnicodeChar

Pointer to unicode character

Declaration

Source position: systemh.inc line 364

type PUnicodeChar = ^UnicodeChar;

Description

PUnicodeChar is a pointer to a unicode character, just like PChar is a pointer to a Char ansistring character.

See also

UnicodeChar

  

Unicode string character

WideChar

UnicodeString

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