Vcl.ActnCtrls.TCustomButtonControl.CMTextChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMTextChanged(var Message: TMessage); message CM_TEXTCHANGED;

C++

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

Properties

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

Description

Responds when the button's caption changes.

CMTextChanged is called automatically when the caption of the button control changes.

See Also