Delphi generics TObjectList does have the Extract(const Value: T): T; method.
Delphi generics TObjectList does have the Extract(const Value: T): T; method. But what about Extract(Index: Integer). I a lot of the cases the index is known and it makes no sense to search again and again for the pointers.
Comments
Post a Comment