TStringList.OnChanging
Event triggered when the list is about to be modified.
Declaration
Source position: classesh.inc line 870
public Property
OnChanging : TNotifyEvent;
Description
OnChanging can be assigned to respond to changes that will occurred in the list. The handler is called whenever strings will be added, moved, modified or deleted from the list.
The Onchanging event is triggered before the modification will take place. When the modification has happened, an TstringList.OnChange event occurs.
See also
Name | Description |
---|---|
TNotifyEvent | Standard event handler type. |
TStringList.OnChange | Event triggered after the list was modified. |