Thema: Delphi TList für Integer

Einzelnen Beitrag anzeigen

mytbo

Registriert seit: 8. Jan 2007
472 Beiträge
 
#7

AW: TList für Integer

  Alt 11. Jul 2023, 17:29
Aber wie um Himmelswillen hat man das früher gemacht??
- und warum hat man sich das vor 2011 nicht einfacher gemacht???!!
Früher hat man z.B. die Bibliothek "Generic Associative Containers for Delphi (2, 3, 4, & 5) by Robert R. Marsh, S.J." verwendet.
Code:
The maps provided in this library are generic - they can hold Delphi's atomic types (integer, real, string, etc.) and they can also hold objects. And like Delphi's TStringList, maps are associative containers - they store things in pairs so that given one you can get the other. But where TStringList can only associate objects with strings, maps can be used to associate strings with objects, or integers with characters, ... or whatever you want.
Es gab seit Delphi 2 Alternativen, auch eine kommerzielle Sammlung. Danach die JCL. Heute bevorzugt Spring4D oder mORMot und zur Not die Bordmittel. Embarcadero bemüht sich seit einigen Jahren.

Bis bald...
Thomas

Geändert von mytbo (11. Jul 2023 um 17:32 Uhr)
  Mit Zitat antworten Zitat