Vcl.ComCtrls.TCustomComboBoxEx.Notification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Description

Responds to notifications that objects are about to be inserted or removed.

Notification is called when the component specified by AComponent is about to be inserted or removed, as specified by Operation. TCustomComboBoxEx overrides this method to respond to notifications that the image list assigned to the Images property is going away.

See Also