Re: [fpc-pascal] TList Notify count changed

2012-05-25 Thread Michael Van Canneyt
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 t

[fpc-pascal] TList Notify count changed

2012-05-22 Thread Zaher Dirkey
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); I am using last revision of Lazarus, FPC 2.6 Best Regards Zaher Dirkey ___ fpc-pascal mail