System.UnicodeFromLocaleChars

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function UnicodeFromLocaleChars(CodePage, Flags: Cardinal; LocaleStr: _PAnsiChr;
LocaleStrLen: Integer; UnicodeStr: PWideChar; UnicodeStrLen: Integer): Integer; overload;

C++

extern DELPHI_PACKAGE int __fastcall UnicodeFromLocaleChars(unsigned CodePage, unsigned Flags, char * LocaleStr, int LocaleStrLen, WideChar * UnicodeStr, int UnicodeStrLen)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.pas
System.hpp
System System

説明

文字列をワイド文字列にマッピングします。

UnicodeFromLocaleCharsMultiByteToWideChar 関数のラッパーです。

関連項目