Vcl.ValEdit.TValueListEditor.OnStringsChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnStringsChange: TNotifyEvent read GetOnStringsChange  write SetOnStringsChange;

C++

__property System::Classes::TNotifyEvent OnStringsChange = {read=GetOnStringsChange, write=SetOnStringsChange};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Occurs immediately after the names or values in the string list change.

Write an OnStringsChange event handler to respond when the strings in the list change. For example, you can use the OnStringsChange event to update your display to reflect the new values of the strings in the value list editor.

OnStringsChange occurs after the change is complete. The properties of the value list editor reflect the new values of the strings.

See Also