System.Generics.Collections.TThreadedQueue.TotalItemsPopped

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property TotalItemsPopped: UInt64 read GetTotalItemsPopped;

C++

__property unsigned __int64 TotalItemsPopped = {read=GetTotalItemsPopped};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TThreadedQueue

Description

Spécifie le nombre total d'éléments retirés.

TotalItemsPopped spécifie le nombre total d'éléments retirés. Pour retirer un élément, utilisez PopItem.

Voir aussi