[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ValEdit' (#lcl)

TValueListEditor.OnStringsChange

Event handler signalled when values in the Strings property are changed.

Declaration

Source position: valedit.pas line 318

published property TValueListEditor.OnStringsChange : TNotifyEvent
  read FOnStringsChange
  write FOnStringsChange;

Description

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.

See also

TValueListEditor.Strings

  

Stores the keys, values, and item definitions in the control.

TValueListEditor.OnStringsChanging

  

Event handler signalled prior to updating the Strings property.


Version 4.0 Generated 2025-05-03 Home