listview OnSettingsChanged event
Return to Introduction  Previous page  Next page
Applies to
acListView and acDBListView components.  

Declaration
property OnSettingsChanged: TNotifyEvent;  

Description
The OnSettingsChanged event occurs when any system settings (system metrics or regional settings) is changed.  
 
Write OnSettingsChanged event handler to refresh the list items when any system settings is changed. For example, to refresh items which contains date/time values when the date/time format is changed. (The format settings in your application will be already updated automatically.)