System.WideStrUtils.CharSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CharSet = set of AnsiChar;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

Description

Represents a set of allowed characters.

CharSet is used to identify the allowed characters in a character set. Several routines in WideStrUtils unit require such a parameter.

See Also