![]() |
![]() ![]() ![]() |
acStringListContainer component.
|
property OnChange: TNotifyEvent;
|
The OnChange event specifies which event handler should execute when the contents of the string list changes.
|
|
Write OnChange event handler to take some specific actions when the string list has been changed, or use OnChanging event to be notified before the list will be changed (when it just about to be changed).
|
OnChanging event.
|