StrPLCopy
function StrPLCopy(Dest: PChar
const Source: string
MaxLen: Cardinal): PChar;
Description
StrPLCopy copies up to a maximum of MaxLen characters from the Pascal-style string Source into the null-terminated string Dest. StrPLCopy returns a pointer to Dest.