Pascal Doc

TPair<TKey, TValue> record

Generic key value pair record

Declaration

268 TPair<TKey, TValue> = record
269 Key : TKey; (**! @brief key value *)
270 Value : TValue; (**! @brief stored value *)
271 end;
Definition at Line: 268 of file: test1.pas

Fields

TKey Key
key value
TValue Value
stored value

Field Documentation

Key: TKey

Value: TValue