Am I correct that TFPObjectlist is kind of like Tstringlist, except instead of 
creating and array of strings, it creates an array of objects?
I'm wanting to do something like that but I don't know how to define the 
object.. I'm guessing it would be something like a record

I'm wanting to end up with a list of records like:
Type
   test = record
      Port             :String;
      Size             :Byte;
      Status           :Word;
   End;

Does anyone have an example of how to use TFPObjectlist?  

James

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to