- 4.61.2.49 -
Standard Units
![](images/1.gif)
Strings Unit
![](images/1.gif)
![](images/1.gif)
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;
![Previous: StrPas function](images/prev.gif) |
![To the Table of Content](images/index.gif) |
![Next: StrPos function](images/next.gif) |
StrPas function |
Table of Content |
StrPos function |
- 4.61.2.49 -