System.Contnrs.TOrderedList.List

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property List: TList read FList;

C++

__property System::Classes::TList* List = {read=FList};

Properties

Type Visibility Source Unit Parent
property protected
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs TOrderedList

Description

Identifies the internal list used to store and manage the items in the ordered list.

Applications can't use the protected List property. It is an internal TList object owned by TOrderedList, which stores and manages the items in the ordered list.