Vcl.Dialogs.TCustomFileDialog

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

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomFileDialog

Delphi

TCustomFileDialog = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomFileDialog : public System::Classes::TComponent

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs


説明

Vista またはそれ以降の Windows オペレーティング システムのスタイルの、ファイル ダイアログを表す抽象基底クラス。

ファイルを開いたり保存したりする Microsoft Windows Vista、またはそれ以降の Windows オペレーティング システムのスタイルの、ファイル ダイアログは、この抽象基底クラスを拡張します。 これは Windows Vista 共通項目ダイアログのためのラッパー クラスであり、IFileDialog インターフェイスを実装します。

関連項目