RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileListBox.OnChange Event

Occurs immediately after the user changes the selected file in the list.

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

Write an OnChange event handler to take specific action when the FileName property changes. If the FileEdit property has been set, the edit control is updated before the OnChange event. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!