Vcl.Dialogs.TFileDialogFolderChangingEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

typedef void __fastcall (__closure *TFileDialogFolderChangingEvent)(System::TObject* Sender, bool &CanChange);

Propriétés

Type Visibilité  Source Unité  Parent
typedef public Vcl.Dialogs.hpp Vcl.Dialogs Vcl.Dialogs

Description

Evénement avant qu'un répertoire ne soit ouvert ou fermé dans le dialogue.

TFileDialogFolderChangingEvent est l'événement qui se produit avant qu'un répertoire ne soit ouvert ou fermé dans le dialogue. Si elle est définie, la propriété OnFolderChanging contient un pointeur sur cet événement.

Voir aussi