I\'m using Delphi 2009. Is it possible to write a class helper for a generic class, i.e. for TQueue . The obvious
TQueueHelper = class helper of TQueue
As near as I can tell, there's no way to put a class helper on a generic class and have it compile. You ought to report that to QC as a bug.