System.WideStrUtils.WStrMove
Delphi
function WStrMove(Dest: PWideChar; const Source: PWideChar; Count: Cardinal): PWideChar;
C++
extern DELPHI_PACKAGE System::WideChar * __fastcall WStrMove(System::WideChar * Dest, const System::WideChar * Source, unsigned Count);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | public | System.WideStrUtils.pas System.WideStrUtils.hpp | System.WideStrUtils | System.WideStrUtils | 
説明
指定した文字数を PWideChar から別の PWideChar にコピーします。
WStrMove は Count 文字を Source から Dest にコピーし、Dest を返します。Source と Dest は重複できます。