System.Classes.TCollectionItem.GetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDisplayName: string; virtual;

C++

virtual System::UnicodeString __fastcall GetDisplayName();

Properties

Type Visibility Source Unit Parent
function protected
System.Classes.pas
System.Classes.hpp
System.Classes TCollectionItem

Description

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