listview EmptyListMessageColor property
Return to Introduction  Previous page  Next page
Applies to
acListView and acDBListView components.  

Declaration
property EmptyListMessageColor: TColor; // clGrayText by default  

Description
The EmptyListMessageColor property specifies the color for the text label in the center of list view, which can be visible if the ListView is empty (there are not items in the view).  
 
tip To make this label visible when the list is empty — set ShowEmptyListMessage property to True. To change the text for this label, use EmptyListMessage property.  

See also
EmptyListMessage and ShowEmptyListMessage properties.