Vcl.Dialogs.TFavoriteLinkItems.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TFavoriteLinkItem read GetItem write SetItem; default;

C++

__property TFavoriteLinkItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFavoriteLinkItems

Description

List of favorite items.

Items contains the list of favorite items and can be indexed by item number.

See Also