Vcl.ComCtrls.TCustomComboBoxEx.OnEndEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEndEdit: TNotifyEvent read FOnEndEdit write FOnEndEdit;

C++

__property System::Classes::TNotifyEvent OnEndEdit = {read=FOnEndEdit, write=FOnEndEdit};

Properties

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

Description

Occurs when the user finishes editing the text of the combo box.

Write an OnEndEdit event handler to take specific action immediately after the user edits the text in the combo box.

See Also