TSysCharSet is a set containing special characters that can be used to parse a string. The elements of the set vary, depending on the type of parsing performed.
TSysCharSet = set of Char;
Char TSysCharSet;
SysUtils
type TSysCharSet = set of Char;
typedef Set<char, 0, 255> TSysCharSet;
TSysCharSet is a set containing special characters that can be used to parse a string. The elements of the set vary, depending on the type of parsing performed.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|