Vcl.ComCtrls.TComboBoxEx.OnEndEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEndEdit: TNotifyEvent read FOnEndEdit write FOnEndEdit;

C++

__property OnEndEdit;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxEx

Description

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

Vcl.ComCtrls.TComboBoxEx.OnEndEdit inherits from Vcl.ComCtrls.TCustomComboBoxEx.OnEndEdit. All content below this line refers to Vcl.ComCtrls.TCustomComboBoxEx.OnEndEdit.

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