Vcl.Dialogs.TFileTypeItems.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

List of file types.

Items contains a list of the dialog's file types and can be indexed by a cardinal integer.