Vcl.Dialogs.TOpenDialog.Title

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

Delphi

property Title: string read FTitle write FTitle;

C++

__property System::UnicodeString Title = {read=FTitle, write=FTitle};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TOpenDialog

説明

ダイアログボックスのタイトルバーに表示するテキストを指定します。

Title プロパティを使用すると,ファイル選択用のダイアログボックスのタイトルバーに表示されるテキストを指定できます。Title プロパティに値が代入されていない場合,ダイアログボックスのタイトルバーのテキストは「ファイルを開く」になります。