Tagged Questions
0
votes
3answers
338 views
Number of items stored in Bucket list
I was wondering how to get the number of items stored in a TBucketList. As far as I can see there is only the number of buckets and the bucket array available, so all I can think of is
Count := 0;
...