[fpc-pascal] Multiple enumerators per class
    Thomas Kurz 
    fpc.2021 at t-net.ruhr
       
    Fri May 12 15:07:45 CEST 2023
    
    
  
It's part of generics.collections and located in fpc\3.2.2\source\packages\rtl-generics\src\*
----- Original Message ----- 
From: Hairy Pixels via fpc-pascal <fpc-pascal at lists.freepascal.org>
To: FPC-Pascal users discussions <fpc-pascal at lists.freepascal.org>
Sent: Friday, May 12, 2023, 14:59:11
Subject: [fpc-pascal] Multiple enumerators per class
> On May 12, 2023, at 7:24 PM, Marco van de Voort via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:
> 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.
Where is TDictionary located so I can see the class definition? can't seem to find it....
Regards,
Ryan Joseph
_______________________________________________
fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
    
    
More information about the fpc-pascal
mailing list