API:System.Contnrs.TBucket

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TBucket = record
    Count: Integer;
    Items: TBucketItemArray;
  end;

C++

struct DECLSPEC_DRECORD TBucket
{
public:
    int Count;
    TBucketItemArray Items;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs System.Contnrs

Description

Embarcadero Technologies does not currently have any additional information.