Vcl.StdCtrls.TCustomCombo.Change

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Change; dynamic;

C++

DYNAMIC void __fastcall Change();

Propriétés

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

Description

Génère un événement OnChange.

Change est appelée automatiquement en réponse aux notifications de modification du texte. Elle génère un événement OnChange. Pour effectuer des traitements complémentaires quand le texte change ou pour bloquer l'événement OnChange, surchargez Change.

Voir aussi