ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TJamCustomFolderCombo.OnChange

Occurs when the user changes the text displayed in the edit region.

Syntax
Pascal
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.