System.UnicodeString.TStringLeadCharType

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

C++

enum TStringLeadCharType { ctNotLeadChar, ctbLeadSurrogate, ctTrailSurrogate };

プロパティ

種類 可視性 ソース ユニット
enum public ustring.h System UnicodeString

説明

Unicode 文字列の要素型の列挙リスト。

TStringLeadCharType は、Unicode 文字列の要素型の列挙リストを定義します。



定数 意味

ctNotLeadChar

上位要素ではない。

ctbLeadSurrogate

上位サロゲート ペア要素。

ctTrailSurrogate

下位サロゲート ペア要素。



関連項目