System.WideStrUtils.WStrPCopy
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 文字の領域が必要です。