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

TCustomTabControl.Notification

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

Declaration

Source position: comctrls.pp line 454

protected procedure TCustomTabControl.Notification(

  AComponent: TComponent;

  Operation: TOperation

); override;

Arguments

AComponent

  

Component for the notification.

Operation

  

Operation performed for the component.

Description

Notification is overridden in TCustomTabControl to ensure that resources allocated for the Images property are Nil'd when the component is removed.

See also

TCustomTabControl.Images

  

Images - the list of images associated with the pages of this notebook.

TControl.Notification

  

Notification handler for insertion or deletion of components.