FMX.Dialogs.TOpenDialog.DoSelectionChange
Delphi
procedure DoSelectionChange; dynamic;
C++
DYNAMIC void __fastcall DoSelectionChange();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | FMX.Dialogs.pas FMX.Dialogs.hpp  | 
        FMX.Dialogs | TOpenDialog | 
Description
OnSelectionChange event dispatcher.
DoSelectionChange is called automatically whenever the file selection is changed.
DoSelectionChange executes the handler of the OnSelectionChange event if defined.