RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStatusPanel.GetDisplayName Method

Returns the display name of the panel.

Pascal
function GetDisplayName: string; override;
C++
virtual __fastcall AnsiString GetDisplayName();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!