Vcl.ActnCtrls.TCustomComboControl.VisibleChanging

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure VisibleChanging; override;

C++

DYNAMIC void __fastcall VisibleChanging();

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomComboControl

Description

Fournit l'interface pour une méthode qui répond aux changements de visibilité du contrôle liste déroulante personnalisé.

VisibleChanging est appelée avant le changement de la valeur de la propriété Visible du contrôle liste déroulante personnalisé.

Voir aussi