Op 12/05/2023 om 14:16 schreef Hairy Pixels via fpc-pascal:
Is it possible to have multiple enumerators on one class?

Yes, see e.g. TDictionary that allows iterations over keys and values and both. There is only one default iterator, but you can have some property that has its own iterator.

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

Reply via email to