Vcl.RibbonActnCtrls.TCustomRibbonComboBox.Notification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Notification(AComponent: TComponent; Operation: TOperation);

C++

virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TCustomRibbonComboBox

Description

Responds to notifications indicating that components are being created or destroyed.

Notification responds to notifications indicating that other components are about to be destroyed or have just been created. Also, the method updates controls that rely on other objects. By default, components pass along Notification to their owned components, if any.

See Also