Language:
Русский
English
StrPCopy (function) (Strings unit)
Copies a Pascal-style string to a null-terminated string.
Declaration
function StrPCopy(Dest: PChar; Source: String): PChar;
Target
Windows
Remarks
StrPCopy does not perform any length checking.
The destination buffer must have room for at least Length(Source)+1 characters.