Open main menu

RAD Studio API Documentation β

FMX.Controls.TStyleCollectionItem.GetDisplayName

Delphi

function GetDisplayName: string; override;

C++

virtual System::UnicodeString __fastcall GetDisplayName(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleCollectionItem

Description

Returns the name of the collection item as it appears in the collection editor.

FMX.Controls.TStyleCollectionItem.GetDisplayName inherits from System.Classes.TCollectionItem.GetDisplayName. All content below this line refers to System.Classes.TCollectionItem.GetDisplayName.

Returns the name of the collection item as it appears in the collection editor.

GetDisplayName is the protected read implementation of the DisplayName property.

See Also