Vcl.ComCtrls.TWorkArea.SetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDisplayName(const Value: string); override;

C++

virtual void __fastcall SetDisplayName(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TWorkArea

Description

Sets the value of the DisplayName property.

SetDisplayName is the write 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