delphi How to pass an unknown class as parameter?

前端 未结 0 1347
无人共我
无人共我 2020-12-18 20:18

i have this code here :

type
  TMyColors = (mcWhite, mcRed, mcBlue);
  TMyFields = (mfField1, mfField2, mfField3);
....
implementation

uses
  TypInfo;
{         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题