System.Generics.Collections.TThreadedQueue.Grow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Grow(ADelta: Integer);

C++

void __fastcall Grow(int ADelta);

Properties

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

Description

Increases the queue length.

Use Grow to increase the queue length. ADelta represents the number that will be added to the current length of the queue.