Language:
Русский
English
StrECopy (function) (Strings unit)
Copies one string to another and returns a pointer to the end of the
resulting string.
Declaration
function StrECopy(Dest, Source: Pchar): PChar;
Target
Windows
Remarks
StrECopy does not perform any length checking.
The destination buffer must have room for at least StrLen(Source)+1 characters.