System.Generics.Collections.TQueue.Count
Delphi
property Count: Integer read FQueueHelper.FLH.FCount;
C++
__property int Count = {read=FQueueHelper.FLH.FCount, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TQueue |
Description
Number of queue elements.
Count gets the number of elements in the queue. This property cannot be set.
Code Examples