System.Generics.Collections.TList.Expand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Expand: TList<T>; inline;

C++

TList__1<T>* __fastcall Expand();

Properties

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

Description

Grows the list if the list is full, so that it can contain more items, and returns the expanded list.

If the list is not full, Expand does not grow the list, and returns the list as is.