Previous: 4.66.2.48. StrPas function To the Table of Contents Next: 4.66.2.50. StrPos function
4.66.2.48. StrPas function Table of Contents 4.66.2.50. StrPos function

- 4.66.2.49. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.49. StrPCopy function


4.66.2.49. 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: 4.66.2.48. StrPas function To the Table of Contents Next: 4.66.2.50. StrPos function
4.66.2.48. StrPas function Table of Contents 4.66.2.50. StrPos function

- 4.66.2.49. -