in Delphi Data Types :: One of a structured data types in Delphi is a set type. Sets are collections of values of the same ordinal type (boolean, char and integer as well as enumerated and subrange types). By design sets can have up to 256 elements. Sets are frequently used with enumerated values ...
More...