Previous: StrECopy function To the Table of Content Next: StrLCat function

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

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.


Previous: StrECopy function To the Table of Content Next: StrLCat function
StrECopy function Table of Content StrLCat function

- 4.61.2.38 -