System.Classes.TList.SetCapacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCapacity(NewCapacity: Integer);

C++

void __fastcall SetCapacity(int NewCapacity);

Properties

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

Description

Sets the value of the Capacity property.

SetCapacity is the setter method for the Capacity property.

See Also