API:System.Tether.AppProfile.TLocalResource.GetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDisplayName: string; override;

C++

virtual System::UnicodeString __fastcall GetDisplayName();

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalResource

Description

Returns the display name of the local item.

System.Tether.AppProfile.TLocalResource.GetDisplayName inherits from System.Tether.AppProfile.TCustomLocalItem.GetDisplayName. All content below this line refers to System.Tether.AppProfile.TCustomLocalItem.GetDisplayName.

Returns the display name of the local item.

The display name of a local item is "Custom Local Item <n>", where <n> is the Index of the local item.

See Also