4.66.2.36. StrDispose procedure
Table of Contents
4.66.2.38. StrEnd function
- 4.66.2.37. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.37. StrECopy function
4.66.2.37. 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;
4.66.2.36. StrDispose procedure
Table of Contents
4.66.2.38. StrEnd function
- 4.66.2.37. -