RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileSaveDialog.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. 

 

DoOnFolderChanging

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