API:Vcl.ComCtrls.TComboBoxEx.OnEndEdit

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnEndEdit;

C++

__property OnEndEdit;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxEx

Beschreibung

Tritt ein, nachdem der Benutzer den Text im Eingabebereich bearbeitet hat.

Vcl.ComCtrls.TComboBoxEx.OnEndEdit erbt von Vcl.ComCtrls.TCustomComboBoxEx.OnEndEdit. Der folgende Inhalt bezieht sich auf Vcl.ComCtrls.TCustomComboBoxEx.OnEndEdit.

Tritt ein, nachdem der Benutzer den Text im Eingabebereich bearbeitet hat.

In einer Ereignisbehandlungsroutine für OnEndEdit können Sie beliebige Aktionen durchführen, nachdem der Benutzer den Text im Eingabebereich bearbeitet hat.

Siehe auch