System.Classes.TInterfaceList.Expand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Expand: TInterfaceList;

C++

TInterfaceList* __fastcall Expand();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TInterfaceList

Description

Increases the capacity of the interface list.

If Capacity is greater than 64, then Capacity is increased by Capacity / 4. If Capacity is between eight and 64, Capacity is increased by 16. If Capacity is less than eight, Capacity is increased by four.

See Also