FMX.Dialogs.TOpenDialog.OnFolderChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFolderChange: TNotifyEvent read FOnFolderChange write FOnFolderChange;

C++

__property System::Classes::TNotifyEvent OnFolderChange = {read=FOnFolderChange, write=FOnFolderChange};

Properties

Type Visibility Source Unit Parent
event published
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TOpenDialog

Description

Occurs when the current work directory from the dialog is changed.

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 a directory, clicks the Up arrow, or uses the list box at the top of the dialog to navigate through the directory structure.

See Also