ended6월 4일· 1 sources

Delphi Generic Containers Reach Production Maturity with var Write-Back Support

Delphi 제네릭 컬렉션, var 매개변수 완성으로 프로덕션 단계 진입

Why it matters

Delphi v2.15.0 introduces fully functional generic containers (TDictionary and TList) with proper var parameter write-back, enabling realistic APIs like TryGetValue that production services depend on. This addresses a critical gap preventing Delphi from handling real-world patterns for caches, registries, and JSON maps. The release establishes the foundation for enterprise CRUD services and frameworks like Horse.

1
Sources
+0
24h
Growth
109d
Active
Generics.CollectionsDelphiTDictionaryvar parametersCRUD services

Sources

Related Issues