Unit 'ListViewFilterEdit' Package
[Overview][Types][Classes][Index] [#lazcontrols]

TListViewFilterEdit.Notification

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

Declaration

Source position: listviewfilteredit.pas line 56

protected procedure TListViewFilterEdit.Notification(

  AComponent: TComponent;

  Operation: TOperation

); override;

Arguments

AComponent

  

Component for the notification message.

Operation

  

Operation for the component.

Description

Overridden in TListViewFilterEdit to ensure that the FilteredListview property is set to Nil when the component is removed from the control.

See also

TListViewFilterEdit.FilteredListview

  

The associated list view for the filtered edit control.

TControl.Notification