JCL Help:StrCatW
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrCatW Function
Search in JCL Help
Search in all projects
Summary
Concatenates two strings.
Pascal
function StrCatW(Dest: PWideChar; const Source: PWideChar): PWideChar;
Parameters
Parameters | Description |
Dest: PWideChar | Pointer to a string buffer to append Dest to. |
const Source: PWideChar | The string which is appended to Dest. |
Return Value
Pointer to the Destination string.
Description
StrCatW appends Source to Dest and returns a pointer to the concatenated string. The Dest buffer must have enough room to hold the concatenated string, no length checking is performed. See StrLCatW for a length checking StrCatW.
See Also
About
Unit
Donator
Mike Lischke
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page