System.Tether.AppProfile.TCustomLocalItem.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 TCustomLocalItem

Description

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