Vcl.FileCtrl.TDirectoryListBox.OnChange
Delphi
property OnChange: TNotifyEvent read FOnChange write FOnChange;
C++
__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
event | published | Vcl.FileCtrl.pas Vcl.FileCtrl.hpp |
Vcl.FileCtrl | TDirectoryListBox |
Description
Se produit quand l'utilisateur sélectionne un nouveau répertoire avec la souris ou le clavier en déplaçant la barre de sélection et en appuyant sur Entrée.
Ecrivez un gestionnaire d'événement OnChange pour exécuter une action lorsqu'un nouveau répertoire est sélectionné.