SysUtils.StrEnd
From RAD Studio VCL Reference
Contents |
Delphi Information
From SysUtils.pas
function StrEnd(const Str: PAnsiChar): PAnsiChar; overload; function StrEnd(const Str: PWideChar): PWideChar; overload;
Unit: SysUtils
Type: function
Visibility: public
C++ Information
From SysUtils.hpp
char * __fastcall StrEnd(const char * Str);
Unit: SysUtils
Type: function
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 Samples