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

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

StrECopy function

Targets: MS-DOS, OS/2, Win32


Strings Unit

StrECopy copies Src to Dst and returns a pointer to the null character at the end of Dst.

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



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

- 4.61.2.37 -