Unit 'tuples' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl-objpas]

TPair

Declaration

Source position: tuples.pp line 32

type TPair = record

public

type

  TSpecializedPair = TSpecializedPair;

public

  First: TFirst;

  Second: TSecond;

  constructor Create();

  procedure Unpack();

end;


Documentation generated on: 2025-07-25