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

Description

Responds to notifications that components are about to be created or destroyed.

After calling the inherited method, Notification checks whether the image list specified by the LargeImages, SmallImages, or StateImages property is about to be destroyed. If so, Notification sets the appropriate property to nil (Delphi) or NULL (C++).

See Also