Vcl.ActnCtrls.TCustomComboControl.CMVisiblechanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMVisiblechanged(var Message: TMessage); message CM_VISIBLECHANGED;

C++

HIDESBASE MESSAGE void __fastcall CMVisiblechanged(Winapi::Messages::TMessage &Message);

Properties

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

Description

CMVisiblechanged is called when a change occurred in the control's visibility.

CMVisiblechanged is called automatically when a control changed the Visible property.

See Also