On Tue, 22 May 2012, Zaher Dirkey wrote: > In TList how can i notify if Count is changed with New and Old values as like in SetCount, SetCount procedure not virtual? > procedure SetCount(NewCount: Integer); You cannot. Be aware that setting the count does not mean items are actually added to the list. Michael.