Vcl.Ribbon.TCustomRibbon.WMKillFocus

From RAD Studio API Documentation
Jump to: navigation, search

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.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Automatically called before the ribbon loses its keyboard focus.

See Also