API:Vcl.ListActns.TStaticListAction.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items;

C++

__property Items;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TStaticListAction

Description

Lists the items that this list action supplies to clients.

Vcl.ListActns.TStaticListAction.Items inherits from Vcl.ListActns.TCustomStaticListAction.Items. All content below this line refers to Vcl.ListActns.TCustomStaticListAction.Items.

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