Vcl.Dialogs.TFileTypeItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTFileTypeItem

Delphi

TFileTypeItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TFileTypeItem : public System::Classes::TCollectionItem

Properties

Type Visibility Source Unit Parent
class public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

File type specification.

The class TFileTypeItem represents a type of file that a dialog handles.

A file type includes both a name describing the type of file (DisplayName property) and a mask typically describing the file's extension (FileMask property). For instance, a name might be “PDF files” and the filter “*.pdf”.

The property TCustomFileDialog.FileTypes is an instance of TFileTypeItems containing a list of file types, each of which is an instance of TFileTypeItem

See Also