Vcl.StdCtrls.TCustomCombo.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; dynamic;

C++

DYNAMIC void __fastcall Change();

Properties

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

Description

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