Vcl.ExtCtrls.TCustomLabeledEdit.CMEnabledchanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMEnabledchanged(var Message: TMessage);

C++

HIDESBASE MESSAGE void __fastcall CMEnabledchanged(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 Enabled property changes.

CMEnabledchanged is called automatically when an application changes the Enabled property.

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

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

See Also