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

TListWithEvent

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lcltype.pp line 2747

type TListWithEvent = class(TList)

protected

  procedure Notify(); override;

  

public

  property OnChange: TListChangeEvent; [rw]

  

end;

Inheritance

TListWithEvent

  

|

TList

?

TObject