Vcl.RibbonActnCtrls.TRibbonSpinEdit.WMKillFocus
Delphi
procedure WMKillFocus(var Message: TWMKillFocus); message WM_KILLFOCUS;
C++
HIDESBASE MESSAGE void __fastcall WMKillFocus(Winapi::Messages::TWMKillFocus &Message);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TRibbonSpinEdit |
Description
Called when the control loses keyboard focus.
WMKillFocus is called when the control loses keyboard focus. In addition, it changes the color of the control to the inactive control's color. The WM_KILLFOCUS message is sent to the window.