21.03.2010 23:11, Alexander Klenin wrote: > 2) Deprecate TBarChart by adding appropriate comments > and/or "deprecated" modifier (although it seems that FPC does not allow > to declare a class deprecated). > type TBarChart = class end deprecated; This must work. Note no semicolon between end and deprecated. Best regards, Paul Ishenin.