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

Description

Returns the value of the DisplayName property.

GetDisplayName is the read implementer of the DisplayName property. The DisplayName indicates the name that appears as a label for the work area in the list view when the list view's ShowWorkAreas property is true.

See Also