Vcl.Ribbon.TCustomRibbon.WMWindowPosChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMWindowPosChanged(var Message: TWMWindowPosChanged);

C++

HIDESBASE MESSAGE void __fastcall WMWindowPosChanged(Winapi::Messages::TWMWindowPosMsg &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Called when the ribbon changes its size, position, or place.

See Also