Vcl.ActnCtrls.TCustomComboControl.VisibleChanging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure VisibleChanging; override;

C++

DYNAMIC void __fastcall VisibleChanging();

Properties

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

Description

Provides the interface for a method that responds to changes in the custom combo control's visibility.

VisibleChanging is called before the value of the custom combo control's Visible property changes.

See Also