RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileDialog.OnSelectionChange Event

Occurs when the user changes the selection in the dialog.

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

OnSelectionChange occurs when the user changes the selection in the dialog. The DoOnSelectionChange method triggers this event. 

 

DoOnSelectionChange

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