FMX.Dialogs.TOpenDialog.DoFolderChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoFolderChange; dynamic;

C++

DYNAMIC void __fastcall DoFolderChange();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TOpenDialog

Description

OnFolderChange event dispatcher.

DoFolderChange is called automatically when the directory whose contents are displayed in the dialog changes.

DoFolderChange executes the handler of the OnFolderChange event if defined.

See Also