System.Classes.IInterfaceList.SetCapacity
Delphi
procedure SetCapacity(NewCapacity: Integer);
C++
virtual void __fastcall SetCapacity(int NewCapacity) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | System.Classes.pas System.Classes.hpp | System.Classes | IInterfaceList | 
Description
Sets the value of the Capacity property.
SetCapacity is the write implementation of the Capacity property.
NewCapacity is the new capacity for the interface list.