Vcl.StdCtrls.TCustomComboBox.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; override;

C++

DYNAMIC void __fastcall Change();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox

Description

Generates an OnChange event.

Vcl.StdCtrls.TCustomComboBox.Change inherits from Vcl.StdCtrls.TCustomCombo.Change. All content below this line refers to Vcl.StdCtrls.TCustomCombo.Change.

Generates an OnChange event.

Change is called automatically in response to notifications that the text has changed. It responds by generating an OnChange event. Override this method to add additional processing when the text changes, or to block the OnChange event.

See Also