System.Character.GetUnicodeCategory
Delphi
function GetUnicodeCategory(C: Char): TUnicodeCategory;
function GetUnicodeCategory(C: UCS4Char): TUnicodeCategory;
function GetUnicodeCategory(const S: string; Index: Integer): TUnicodeCategory;
C++
extern DELPHI_PACKAGE TUnicodeCategory __fastcall GetUnicodeCategory(System::WideChar C)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Character.pas System.Character.hpp |
System.Character | System.Character |
説明
警告: GetUnicodeCategory は非推奨になっています。 TCharHelper.GetUnicodeCategory を使用してください。
UTF-16 文字の Unicode カテゴリを決定します。
UTF-16 文字の Unicode カテゴリを返します。
関連項目