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 resource.

The display name of a local resource is "Local Resource <n>", where <n> is the Index of the local resource.

See Also