System.PUCS4Chars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PUCS4Chars(const S: UCS4String): PUCS4Char;

C++

extern DELPHI_PACKAGE PUCS4Char __fastcall PUCS4Chars(const UCS4String S);

Properties

Type Visibility Source Unit Parent
function public
System.pas
System.hpp
System System

Description

Converts a UCS4 string to a null-terminated array of UCS4 characters.

PUCS4Chars converts the UCS-4 string specified by S to a null-terminated sequence of UCS4Char values.

See Also