RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileOpenDialog.OnFolderChange Event

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

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

The OnFolderChange event occurs when the user changes the directory whose contents are displayed in 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 event occurs after the folder changes. The DoOnFolderChange method triggers this event. 

 

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