Vcl.ComCtrls.TCustomComboBoxEx.OnBeginEdit

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnBeginEdit: TNotifyEvent read FOnBeginEdit write FOnBeginEdit;

C++

__property System::Classes::TNotifyEvent OnBeginEdit = {read=FOnBeginEdit, write=FOnBeginEdit};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Description

Se produit au début de la modification du texte d'une boîte à options.

Ecrivez un gestionnaire d'événement OnBeginEdit pour effectuer des actions spécifiques juste avant qu'un utilisateur ne commence à modifier le texte de la boîte à options.

Voir aussi