System.Win.TaskbarCore.TThumbBarButtonBase.GetNamePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNamePath: string; override;

C++

DYNAMIC System::UnicodeString __fastcall GetNamePath();

Properties

Type Visibility Source Unit Parent
function public
System.Win.TaskbarCore.pas
System.Win.TaskbarCore.hpp
System.Win.TaskbarCore TThumbBarButtonBase

Description

Returns a string used by the Object Inspector.

System.Win.TaskbarCore.TThumbBarButtonBase.GetNamePath inherits from System.Classes.TCollectionItem.GetNamePath. All content below this line refers to System.Classes.TCollectionItem.GetNamePath.

Returns a string used by the Object Inspector.

GetNamePath determines the text that represents the collection in the Object Inspector. TCollectionItem overrides the inherited method to return the name of the collection followed by the index of the item within that collection.