System.Generics.Collections.TThreadedQueue.TotalItemsPopped

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also