[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled prior to updating the Strings property.
Source position: valedit.pas line 319
published property TValueListEditor.OnStringsChanging : TNotifyEvent |
OnStringsChanging is a TNotifyEvent property with the event handler signalled prior to updating values in the Strings property. Applications can assign a procedure to the event handler to respond to the event notification.
OnStringsChanging is triggered in the StringsChanging method.
Use OnStringsChange to perform actions needed after values are updated in Strings.
|
Stores the keys, values, and item definitions in the control. |
|
|
Event handler signalled when values in the Strings property are changed. |
Version 4.0 | Generated 2025-05-03 | Home |