Vcl.FileCtrl.TFileType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TFileType = set of TFileAttr;

C++

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

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl Vcl.FileCtrl

説明

TFileType は,ファイル属性の可能な組み合わせを記述します。

TFileType は,ファイル属性の可能な組み合わせを記述します。

関連項目