RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileOpenDialog.OnFolderChanging Event

Occurs before a directory is opened or closed from the dialog.

Pascal
property OnFolderChanging: TFileDialogFolderChangingEvent;
C++
__property TFileDialogFolderChangingEvent OnFolderChanging;

OnFileOkClick occurs before a directory is opened or closed from the dialog. This can happen when the user double-clicks on a directory, clicks the Up arrow, or uses the list box at the top of the dialog to navigate through the directory structure. The DoOnFolderChanging method triggers this event. 

 

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