Vcl.ScreenTips.TScreenTipItem.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
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

Description

Returns the display name.

GetDisplayName returns the display name of the screen tip, consisting of the name of the action and the header.

See Also