System.Classes.TList.Grow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Grow; virtual;

C++

virtual void __fastcall Grow(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TList

Description

Increases the list capacity.

Call the Grow method to increase the size of the TList list. Call the SetCapacity method to set a new capacity for the list, otherwise Grow will increase it with a default number of Items.

See Also