Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.995 Beiträge
 
#1

Tuple class and records in the Spring4D framework

  Alt 1. Jul 2021, 06:10
The Spring Framework for Delphi has some cool tuple support. The [WayBack] Tuple class has 3 create methods that build generic Tuple<> records with 2, 3 and 4 fields: [WayBack] class function Create<T1, T2>(const value1: T1; const value2: T2): Tuple<T1, T2>; overload; static; inline; [WayBack] type Tuple<T1, T2> = record end; having fields Value1: T1, […]

Weiterlesen...
  Mit Zitat antworten Zitat