System.Character.TCharacter.IsDefined

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

Delphi

class function IsDefined(C: Char): Boolean; overload; inline; static;
class function IsDefined(C: UCS4Char): Boolean; overload; inline; static;
class function IsDefined(const S: string; Index: Integer): Boolean; overload; inline; static;

C++

static bool __fastcall IsDefined(System::WideChar C)/* overload */;
static bool __fastcall IsDefined(unsigned C)/* overload */;
static bool __fastcall IsDefined(const System::UnicodeString S, int Index)/* overload */;

プロパティ

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


説明

警告: TCharacter.IsDefined は非推奨になっています。 TCharHelper.IsDefined を使用してください。

UTF-16 文字が Unicode 仕様で定義されているかどうかを判定します。

関連項目

コード サンプル