Previous: StrPas function To the Table of Content Next: StrPos function

- 4.61.2.49 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

StrPCopy 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 To the Table of Content Next: StrPos function
StrPas function Table of Content StrPos function

- 4.61.2.49 -