RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileTypeItem Class

File type specification.

Pascal
TFileTypeItem = class(TCollectionItem);
C++
class TFileTypeItem : public TCollectionItem;

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 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!