Vcl.ComCtrls.TComboBoxEx.OnBeginEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeginEdit;

C++

__property OnBeginEdit;

Properties

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

Description

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

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

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

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

See Also