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

Declaration
property EmptyListMessage: String// Default text is 'There are no items in this view.'  

Description
The EmptyListMessage property specifies the text for label 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 color of label, use EmptyListMessageColor property.  

See also
EmptyListMessageColor and ShowEmptyListMessage properties.