4.66.2.37. StrECopy function
Table of Contents
4.66.2.39. StrLCat function
- 4.66.2.38. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.38. StrEnd function
4.66.2.38. StrEnd function
Targets: MS-DOS, OS/2, Win32
Strings Unit
StrEnd
returns a pointer to the end of a null terminated string.
Declaration:
function
StrEnd(Str: PWChar): PWChar;
function
StrEnd(Str: PChar): PChar;
Remarks:
The
StrEnd
function returns a pointer to the null character at the end of
Str
.
4.66.2.37. StrECopy function
Table of Contents
4.66.2.39. StrLCat function
- 4.66.2.38. -