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