How can I search a generic TList for a record with a certain field value?

前端 未结 5 904
你的背包
你的背包 2020-12-17 02:47

Everything about generic TList. I have this structure:

Type
  TExtract = record
    Wheel: string;
    Extract: array [1..5] of Byte;
  end;

           


        
5条回答
提交回复
热议问题