Vcl.ComCtrls.TStatusPanel.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusPanel

Description

Returns the display name of the panel.

Use GetDisplayName to return the display name of the panel.

If Text is set, GetDisplayName overrides the inherited method to return Text; Otherwise, GetDisplayName returns the result of a call to the inherited GetDisplayName method.