During a new dorm feature development, I’m faced a nice problem: I want to have a generic
access to a “kind” of list Let’s say: procedure DoSomething(Obj: TMyListType); begin … end; But, I want to have that generic
access without a Layer Supertype ...
More...