System.WideStrUtils.WideLastChar

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function WideLastChar(const S: WideString): PWideChar;

C++

extern DELPHI_PACKAGE System::WideChar * __fastcall WideLastChar(const System::WideString S);

プロパティ

種類 可視性 ソース ユニット
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

説明

WideString の最終文字を取得します。

WideLastChar は、WideString の末尾の文字へのポインタを返します。

関連項目