Vcl.Dialogs.TFileTypeItem.DisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayName: string read FDisplayName write FDisplayName;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileTypeItem

Description

Display name for file type.

DisplayName contains the name that appears in the file types list for the file type. For instance, a name could be “Text files”.

See Also