System.Generics.Collections.TList.List

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property List: arrayofT read GetList;

C++

__property arrayofT List = {read=GetList};

Properties

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

Description

List is an array of list elements.

Note: The length of the internal array is equal or greater than the Count and it is equal to the Capacity.

See Also