- 4.61.2.38 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsStrEnd 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.
|
|
|
StrECopy function |
Table of Content |
StrLCat function |
- 4.61.2.38 -