Vcl.FileCtrl.TFileType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TFileType = set of TFileAttr;

C++

typedef System::Set<TFileAttr, TFileAttr::ftReadOnly, TFileAttr::ftNormal> TFileType;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
set
typedef
public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl Vcl.FileCtrl

Beschreibung

TFileType beschreibt die möglichen Kombinationen von Dateiattributen.

TFileType beschreibt die möglichen Kombinationen von Dateiattributen.

Siehe auch