Vcl.ActnMan.TActionListCollection.ListItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListItems[Index: Integer]: TActionListItem read GetListItem  write SetListItem; default;

C++

__property TActionListItem* ListItems[int Index] = {read=GetListItem, write=SetListItem/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionListCollection

Description

A list of action lists and their associated captions.

ListItems is a list of TActionListItem objects, where each contains an action list and the associated caption.

See Also