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

TListWithEvent.OnChange

Event handler signalled when a value is added to or removed from the list.

Declaration

Source position: lcltype.pp line 2765

public property TListWithEvent.OnChange : TListChangeEvent
  read FOnChange
  write FOnChange;

Description

Signalled from the Notify method (when assigned).

See also

TListWithEvent.Notify

  

Handles the notification when a value is added to or removed from the list.

TList.Add

TList.Delete

TList.Extract


Version 4.0 Generated 2025-05-03 Home