Vcl.Dialogs.TCustomFileDialog.DoOnSelectionChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnSelectionChange; dynamic;

C++

DYNAMIC void __fastcall DoOnSelectionChange();

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

Call OnSelectionChange event method if defined.

DoOnSelectionChange calls the OnSelectionChange event, if the event is defined. DoOnSelectionChange is called when the user changes the selection in the dialog.

See Also