System.SysUtils.StrEnd
De RAD Studio API Documentation
Delphi
function StrEnd(const Str: PAnsiChar): PAnsiChar; function StrEnd(const Str: PWideChar): PWideChar;
C++
extern DELPHI_PACKAGE char * __fastcall StrEnd _DEPRECATED_ATTRIBUTE1("Moved to the AnsiStrings unit") (const char * Str)/* overload */;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Renvoie un pointeur sur la fin d'une chaîne à zéro terminal.
StrEnd renvoie un pointeur sur le caractère Null à la fin de Str.