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

Declaration
property ShowEmptyListMessage: Boolean;  

Description
The ShowEmptyListMessage property specifies whether the control should show the special label (specified in EmptyListMessage property), when the list is empty.  
 
Set the ShowEmptyListMessage property to True if you wish to show the message when the list is empty, or set it to False otherwise (the label will never visible).  
 
tip To change the color of label, use EmptyListMessageColor property.  

See also
EmptyListMessage and EmptyListMessageColor properties.