Vcl.Dialogs.TFileTypeItem.DisplayNameWStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayNameWStr: LPCWSTR read GetDisplayNameWStr;

C++

__property System::WideChar * DisplayNameWStr = {read=GetDisplayNameWStr};

Properties

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

Description

Display name in Unicode for file type.

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

See Also