System.Generics.Collections.TThreadedQueue.TotalItemsPopped

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TotalItemsPopped: UInt64 read GetTotalItemsPopped;

C++

__property unsigned __int64 TotalItemsPopped = {read=GetTotalItemsPopped};

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