System.Contnrs.TCustomBucketList.BucketCount
Delphi
property BucketCount: Integer read FBucketCount write SetBucketCount;
C++
__property int BucketCount = {read=FBucketCount, write=SetBucketCount, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | System.Contnrs.pas System.Contnrs.hpp |
System.Contnrs | TCustomBucketList |
Description
Indicates the number of buckets in the bucket list.
Use BucketCount to determine the number of buckets, or categories, that can hold items in the list. BucketCount determines the number of buckets that are listed by the Buckets property.