Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TStringList.OnChanging

Event triggered when the list is about to be modified.

Declaration

Source position: classesh.inc line 875

public property TStringList.OnChanging : TNotifyEvent
  read FOnChanging
  write FOnChanging;

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

TStringList.OnChange

  

Event triggered after the list was modified.


Documentation generated on: Jul 24 2023