Show: Delphi
C++
Display Preferences
System.WideString.LastChar
From XE2 API Documentation
C++
WideChar* __fastcall LastChar() const;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | wstring.h | System | WideString |
Description
Returns a pointer to the last character in a string.
Call LastChar to obtain a pointer to the last character in a string. This function supports multibyte character sets (MBCS).