System.WideStrUtils.CharSet

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

Delphi

type CharSet = set of AnsiChar;

C++

typedef System::Set<char, _DELPHI_SET_CHAR(0), _DELPHI_SET_CHAR(255)> CharSet;

プロパティ

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

説明

利用できる文字の集合を表します。

CharSet は、文字セットで利用できる文字を識別するために使用します。WideStrUtils ユニットの複数のルーチンでこのパラメータが必要です。

関連項目