[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomListView.Notification

Handles the notification when a component is added to or removed from the class instance.

Declaration

Source position: comctrls.pp line 1539

protected procedure TCustomListView.Notification(

  AComponent: TComponent;

  Operation: TOperation

); override;

Arguments

AComponent

  

Component for the notification.

Operation

  

Operation performed for the component.

Description

Ensures that members for the LargeImages, SmallImages, and StateImages are set to Nil when the corresponding image list is removed.


Version 3.2 Generated 2024-02-25 Home