Vcl.ActnMenus.TMenuStack.List

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property List: TList read FList;

C++

__property List;

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TMenuStack

Description

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

Vcl.ActnMenus.TMenuStack.List inherits from System.Contnrs.TOrderedList.List. All content below this line refers to System.Contnrs.TOrderedList.List.

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.