System.Generics.Collections.TQueue.TrimExcess

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TrimExcess; inline;

C++

void __fastcall TrimExcess();

Properties

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

Description

Set capacity to number of queue elements.

TrimExcess sets the queue capacity to Count.

See Also

Code Examples