Vcl.ExtCtrls.TCustomLabeledEdit.CMVisiblechanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMVisiblechanged(var Message: TMessage);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomLabeledEdit

Description

Responds when the Visible property changes.

CMVisiblechanged is called automatically when an application changes the Visible property.

Message is a CM_VISIBLECHANGED message that notifies the labeled edit of the change.

The labeled edit control responds by changing the Visible property of the associated label to the value of its own Visible property.

See Also