Previous: StrComp function To the Table of Content Next: StrDispose procedure

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

StrCopy function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Copies Src string to the Dst.

Declaration:
function StrCopy(Dst, Src: PWChar): PWChar;
function StrCopy(Dst, Src: PChar): PChar;



Previous: StrComp function To the Table of Content Next: StrDispose procedure
StrComp function Table of Content StrDispose procedure

- 4.61.2.35 -