Vcl.Ribbon.TCustomRibbonPage.CMControlListChanging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMControlListChanging(var Message: TCMControlListChanging);

C++

HIDESBASE MESSAGE void __fastcall CMControlListChanging(Vcl::Controls::TCMControlListChanging &Message);

Properties

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

Description

Called automatically when the control list of the ribbon page changes.

See Also