- 4.61.2.49 -
Standard Units

Strings Unit


Strings Unit Procedures and FunctionsStrPCopy function
Targets: MS-DOS, OS/2, Win32
Strings Unit
StrPCopy copies Pascal-style string Src
to a null-terminated string Dst.
Declaration:
function StrPCopy(Dst: PWChar; const Src: String): PWChar;
function StrPCopy(Dst: PChar; const Src: String): PChar;
  | 
  | 
  | 
| StrPas function | 
Table of Content | 
StrPos function | 
- 4.61.2.49 -