System.WideStrUtils.WideLastChar
Delphi
function WideLastChar(const S: WideString): PWideChar;
C++
extern DELPHI_PACKAGE System::WideChar * __fastcall WideLastChar(const System::WideString S);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.WideStrUtils.pas System.WideStrUtils.hpp  | 
        System.WideStrUtils | System.WideStrUtils | 
Description
Gets last character in a WideString.
WideLastChar returns a pointer to the last character in the WideString.