System.WideStrUtils.WStrPLCopy

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

Delphi

function WStrPLCopy(Dest: PWideChar; const Source: WideString; MaxLen: Cardinal): PWideChar;

C++

extern DELPHI_PACKAGE System::WideChar * __fastcall WStrPLCopy(System::WideChar * Dest, const System::WideString Source, unsigned MaxLen);

プロパティ

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

説明

WideString から文字を PWideChar にコピーします。

WStrPLCopy では最大 MaxLen 文字を Source から PWideChar の Dest にコピーします。WStrPLCopyDest へのポインタを返します。

メモ:  DestMaxLen + 1 文字(NULL 終端文字を含む)に相当する位置を指します。

関連項目