FMX.Dialogs.TOpenDialog.DoSelectionChange

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also