System.Contnrs.TBucketListSizes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBucketListSizes = (bl2, bl4, bl8, bl16, bl32, bl64, bl128, bl256);

C++

enum DECLSPEC_DENUM TBucketListSizes : unsigned char { bl2, bl4, bl8, bl16, bl32, bl64, bl128, bl256 };

Properties

Type Visibility Source Unit Parent
enum public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs System.Contnrs

Description

TBucketListSizes indicates the number of distinct buckets in a TBucketList object.

The following table lists the possible values:



Value Number of buckets

bl2

2

bl4

4

bl8

8

bl16

16

bl32

32

bl64

64

bl128

128

bl256

256