RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.CharSet Type

Represents a set of allowed characters.

Pascal
CharSet = set of ansichar;
C++
ansichar CharSet;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!