Vcl.Dialogs.TCustomFileDialog.OnSelectionChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnSelectionChange: TNotifyEvent read FOnSelectionChange write FOnSelectionChange;

C++

__property System::Classes::TNotifyEvent OnSelectionChange = {read=FOnSelectionChange, write=FOnSelectionChange};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

Se produit quand l'utilisateur change la sélection dans le dialogue.

OnSelectionChange se produit quand l'utilisateur change la sélection dans le dialogue. La méthode DoOnSelectionChange déclenche cet événement.

Voir aussi