ShellBrowser Delphi Components Documentation
|
Occurs when the user changes the text displayed in the edit region.
property OnChange;
Write an OnChange event handler to take specific action immediately after the user edits the text in the edit region or selects an item from the list. The Text property gives the new value in the edit region.
OnChange only occurs in response to user actions. Changing the Text property programmatically does not trigger an OnChange event.