Show: Delphi
C++
Display Preferences
System.SysUtils.StrEnd
From XE2 API Documentation
Delphi
function StrEnd(const Str: PAnsiChar): PAnsiChar; function StrEnd(const Str: PWideChar): PWideChar;
C++
extern PACKAGE char * __fastcall StrEnd(const char * Str)/* overload */;
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Returns a pointer to the end of a null-terminated string.
StrEnd returns a pointer to the null character at the end of Str.
See Also
Code Examples