Vcl.Dialogs.TCustomTaskDialog.Title
Delphi
property Title: string read FTitle write SetTitle;
C++
__property System::UnicodeString Title = {read=FTitle, write=SetTitle};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | TCustomTaskDialog |
説明
このタスクダイアログのタイトル。
Title は,このタスクダイアログのタイトルを格納します。