RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValueListEditor.OnStringsChange Event

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

Pascal
property OnStringsChange: TNotifyEvent;
C++
__property TNotifyEvent OnStringsChange;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!