M
Mike Fechner
Guest
No, as far as I see your generic lists are based on include files with parameters, like ours: https://github.com/consultingwerk/ListsAndEnumSamples/blob/master/Samples/GenericLists/ListCustomer.cls The oList:GetItem(1) returns a string typed Customer reference, the Add only accepts a Customer etc. The only difference is that you have the CLASS statement in the include as well. But besides that – same approach, just a slightly different implementation.
Continue reading...
Continue reading...