RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWorkArea.SetDisplayName Method

Sets the value of the DisplayName property.

Pascal
procedure SetDisplayName(const Value: string); override;
C++
virtual __fastcall SetDisplayName(const AnsiString Value);

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. 

 

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