System.WideChar

From RAD Studio API Documentation
Revision as of 12:18, 27 July 2012 by Denisa.ilascu (talk | contribs) (RAD-10735)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

type WideChar = #0..#65535;

C++

typedef wchar_t              WideChar;         // Unicode character

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
sysmac.h
System System

Description

Represents a word-sized (16-bits) character type.

WideChar values are word-sized (16-bits) characters ordered according to the Unicode character set. The first 256 Unicode characters correspond to the ANSI characters.

See Also