Vcl.ListActns.TCustomStaticListAction.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items: TStaticListItems read FListItems write SetListitems;

C++

__property TStaticListItems* Items = {read=FListItems, write=SetListitems};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomStaticListAction

Description

Lists the items that this list action supplies to clients.

Set Items to indicate the items that this action supplies to clients. At design time, you can use the collection editor to add items to the list and set their properties.

See Also