System.WideStrUtils.WStrPCopy

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

Delphi

function WStrPCopy(Dest: PWideChar; const Source: WideString): PWideChar;

C++

extern DELPHI_PACKAGE System::WideChar * __fastcall WStrPCopy(System::WideChar * Dest, const System::WideString Source);

プロパティ

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

説明

WideString を PWideChar にコピーします。

WStrPCopy では Source を PWideChar の Dest にコピーし、Dest へのポインタを返します。

WStrPCopy では長さがチェックされません。

コピー先のバッファには少なくとも Length(Source) + 1 文字の領域が必要です。

関連項目