Vcl.StdActns.TBrowseForFolder.DialogCaption

提供:RAD Studio API Documentation

Delphi

property DialogCaption: string read GetDialogCaption write FDialogCaption;

C++

__property System::UnicodeString DialogCaption = {read=GetDialogCaption, write=FDialogCaption};

プロパティ

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

説明

ダイアログのラベルとなるテキストを表します。

DialogCaption プロパティは、ユーザーに TBrowseForFolder ダイアログを識別させるテキスト文字列を指定します。

関連項目