Vcl.ComCtrls.TCustomTabControl.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 TCustomTabControl

Description

Event dispatcher for creation and destruction of child objects.

Notification checks whether the notification indicates that the component that implements the Images property is about to be destroyed, and if so, sets that property to nil (Delphi) or NULL (C++).

See Also