Vcl.Dialogs.TFileTypeItem.DisplayName

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

Delphi

property DisplayName: string read FDisplayName write FDisplayName;

C++

__property System::UnicodeString DisplayName = {read=FDisplayName, write=FDisplayName};

プロパティ

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

説明

ファイルの種類の表示名。

DisplayNameは,ファイルの種類のリストに表示される名前を格納します。 たとえば,「テキストファイル」などの名前です。

関連項目