System.Contnrs.TCustomBucketList.Buckets

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Buckets: TBucketArray read FBuckets;

C++

__property TBucketArray Buckets = {read=FBuckets};

Properties

Type Visibility Source Unit Parent
property protected
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs TCustomBucketList

Description

Lists the buckets in the bucket list

Use Buckets to access the buckets in the bucket list. Buckets is a dynamic array of TBucket values, each of which can hold a set of items.

See Also