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