System.SysUtils.AnsiLastChar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function AnsiLastChar(const S: UnicodeString): PWideChar;

C++

extern DELPHI_PACKAGE System::WideChar * __fastcall AnsiLastChar(const System::UnicodeString S)/* 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 le dernier caractère d'une chaîne.

Appelez AnsiLastChar pour obtenir le dernier caractère d'une chaîne. Cette fonction accepte les jeux de caractères MBCS (Multi-Byte Character Sets).

Voir aussi