Vcl.Dialogs.TFileDialogFolderChangingEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TFileDialogFolderChangingEvent = procedure(Sender: TObject; var CanChange: Boolean) of object;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Vcl.Dialogs.pas
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