System.Generics.Collections.TThreadedQueue.TotalItemsPushed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TotalItemsPushed: UInt64 read GetTotalItemsPushed;

C++

__property unsigned __int64 TotalItemsPushed = {read=GetTotalItemsPushed};

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 pushed.

TotalItemsPushed specifies the number of items pushed. To push an item, use PushItem.


See Also