[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lcltype.pp line 2453
type TListWithEvent = class(TList) |
protected |
procedure Notify(); override; |
public |
property OnChange: TListChangeEvent; [rw] |
end; |
| |
TList |
? |
TObject |