Vcl.Dialogs.TCustomFileOpenDialog

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

Vcl.Dialogs.TCustomFileDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomFileOpenDialog

Delphi

TCustomFileOpenDialog = class(TCustomFileDialog)

C++

class PASCALIMPLEMENTATION TCustomFileOpenDialog : public TCustomFileDialog

プロパティ

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


説明

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

このクラスは TCustomFileDialog を拡張します。 Microsoft Windows Vista またはそれ以降の Windows オペレーティング システムのスタイルのファイルを開くダイアログは、この基底クラスを拡張します。 これは、Windows Vista の CLSID_FileOpenDialog のラッパー クラスであり、IFileOpenDialog インターフェイスを実装します。

関連項目