System.Contnrs.TCustomBucketList.BucketCount

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also