System.Generics.Collections.TList.List

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property List: arrayofT read GetList;

C++

__property arrayofT List = {read=GetList};

Propriétés

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


Description

List est un tableau d'éléments liste.

Remarque: La longueur du tableau interne est égale ou supérieure au Count et est égale à la capacité.

Voir aussi