RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.WStrCat Function

Appends a PWideChar to another PWideChar.

Pascal
function WStrCat(Dest: PWideChar; const Source: PWideChar): PWideChar;
C++
PWideChar WStrCat(PWideChar Dest, const PWideChar Source);

Use WStrCat to concatenate Source to the end of Dest. WStrCat does not perform any length check. The destination buffer must have room for at least WStrLen(Dest) + WStrLen(Source) + 1 characters. 

 

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