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 (having integer values beneath), and if needing to operate on more than 256 elements - you would need a different approach.
Read the full article to learn how to Implement Large Integer Sets In Delphi
Related:
Comments
No comments yet. Leave a Comment
