Navigation: Code Documentation > RSCommon > RSInterfaceCollections > Classes > TIQueue > Properties
TIQueue.Empty Property
Returns whether the queue is empty or not.
Namespace: RSInterfaceCollections
Delphi
public property Empty: Boolean read IsEmpty;
Property Value
Type: Boolean
The following code pops interfaces off the queue until it is empty:
begin while not Queue.Empty do Queue.Pop; end;
•Count
•TIQueue
•RSInterfaceCollections