Vcl.Dialogs.TCustomFileDialog.OnTypeChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnTypeChange: TNotifyEvent read FOnTypeChange write FOnTypeChange;

C++

__property System::Classes::TNotifyEvent OnTypeChange = {read=FOnTypeChange, write=FOnTypeChange};

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 du type de fichier dans le dialogue.

OnTypeChange se produit quand l'utilisateur change la sélection du type de fichier dans le dialogue. La méthode DoOnTypeChange déclenche cet événement.

Voir aussi