System.AnsiStrings.AnsiLastChar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function AnsiLastChar(const S: AnsiString): PAnsiChar;

C++

extern DELPHI_PACKAGE char * __fastcall AnsiLastChar(const System::AnsiString S)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.AnsiStrings.pas
System.AnsiStrings.hpp
System.AnsiStrings System.AnsiStrings

Description

Obtient le dernier caractère complet d'une chaîne.

AnsiLastChar renvoie un pointeur sur le dernier caractère complet d'une AnsiString. Cette fonction supporte les caractères multi-octets.

Voir aussi