Vcl.Dialogs.TCustomFileDialog.FileNameLabel

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

Delphi

property FileNameLabel: string read FFileNameLabel write FFileNameLabel;

C++

__property System::UnicodeString FileNameLabel = {read=FFileNameLabel, write=FFileNameLabel};

プロパティ

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


説明

ファイル名編集ボックスの隣にあるラベルのテキスト。

FileNameLabel は、ダイアログのファイル名編集ボックスの隣にある、ラベルのテキストを保有しています。

関連項目