stringlistcontainer OnChanging event
Return to Introduction  Previous page  Next page
Applies to
acStringListContainer component.  

Declaration
property OnChanging: TNotifyEvent;  

Description
The OnChanging event occurs when the content in the is about to be changed (before the actual changes).  
 
Write OnChanging event handler to take some specific actions when the string list is about to be changed, or use OnChange to be notified when the list already has been changed.  

See also
OnChanging event.