Show: Delphi
C++
Display Preferences
System.Generics.Collections.TPair
From XE2 API Documentation
Delphi
TPair<TKey,TValue> = record Key: TKey; Value: TValue; constructor Create(const AKey: TKey; const AValue: TValue); end;
C++
template<typename TKey, typename TValue> struct DECLSPEC_DRECORD TPair__2
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
struct class |
public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | System.Generics.Collections |
Description
TPair is a record holding a key-value pair.
A variable of type TPair contains a key-value pair.