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

Declaration
property OnChange: TNotifyEvent;  

Description
The OnChange event specifies which event handler should execute when the contents of the string list changes.  
 
Write OnChange event handler to take some specific actions when the string list has been changed, or use OnChanging event to be notified before the list will be changed (when it just about to be changed).  

See also
OnChanging event.