JCL Help:StrECopyW

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The summary for this help topic does not exist, edit this page

Pascal

 function StrECopyW(Dest: PWideChar; const Source: PWideChar): PWideChar;


Parameters

Parameters Description
Dest: PWideChar Buffer which receives a copy of the source string.
const Source: PWideChar Source string to copy.


Return Value

Pointer to the null terminating character at the end of the destination string.


Description

StrECopyW copies the source string into the destination string and returns a pointer to the null terminating character at the end of the destination string. The function performs no length checking, the destination buffer must have room for at least StrLenW(Source) + 1 characters.


See Also

StrCopyW StrMoveW


About

Unit

JclWideStrings


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