RAD Studio VCL Reference
|
Copies a specified number of characters from a PWideChar to another PWideChar.
function WStrMove(Dest: PWideChar; const Source: PWideChar; Count: Cardinal): PWideChar;
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!
|