Class Helper for generic class?

后端 未结 3 865
青春惊慌失措
青春惊慌失措 2021-02-04 12:31

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         


        
3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-04 13:07

    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.

提交回复
热议问题