System.Generics.Collections.TQueue.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: NativeInt read FCount;

C++

__property System::NativeInt Count = {read=FCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TQueue

Description

Number of queue elements.

Count gets the number of elements in the queue. This property cannot be set.

Code Examples