[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Event triggered after the list was modified.
Source position: classesh.inc line 578
public property TStringList.OnChange: TNotifyEvent |
OnChangecan be assigned to respond to changes that have occurred in the list. The handler is called whenever strings are added, moved, modified or deleted from the list.
The Onchangeevent is triggered after the modification took place. When the modification is about to happen, an TstringList.OnChangingevent occurs.
|
Event triggered when the list is about to be modified. |