API:Vcl.ExtDlgs.TOpenTextFileDialog

提供:RAD Studio API Documentation

TOpenTextFileDialogVcl.Dialogs.TOpenDialogVcl.Dialogs.TCommonDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TOpenTextFileDialog = class(TOpenDialog)

C++

class PASCALIMPLEMENTATION TOpenTextFileDialog : public Vcl::Dialogs::TOpenDialog

プロパティ

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

説明

TOpenDialog はファイル選択ダイアログを表示します。 Vcl.ExtDlgs.TOpenTextFileDialog は Vcl.Dialogs.TOpenDialog を継承しています。以下の内容はすべて Vcl.Dialogs.TOpenDialog を参照しています。

TOpenDialog はファイル選択ダイアログを表示します。

TOpenDialog は、ファイルを選択して開くためのモーダル Windows ダイアログ ボックスを表示します。 このダイアログは、実行時に Execute メソッドの呼び出しによってアクティブになるまでは消えません。 ユーザーが [開く] をクリックすると、ダイアログが閉じて、選択されたファイルが Files プロパティに格納されます。

関連項目