System.Generics.Collections.TThreadedQueue.TotalItemsPopped
Delphi
property TotalItemsPopped: Cardinal read FTotalItemsPopped;
C++
__property unsigned TotalItemsPopped = {read=FTotalItemsPopped, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TThreadedQueue |
Description
Specifies the total number of items popped.
TotalItemsPopped specifies the number of items popped. To pop an item, use PopItem.