RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.WStrMove Function

Copies a specified number of characters from a PWideChar to another PWideChar.

Pascal
function WStrMove(Dest: PWideChar; const Source: PWideChar; Count: Cardinal): PWideChar;
C++
PWideChar WStrMove(PWideChar Dest, const PWideChar Source, unsigned Count);

WStrMove copies exactly Count characters from Source to Dest and returns Dest. Source and Dest can overlap. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!