[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

TGuid

Standard GUID representation type.

Declaration

Source position: objpash.inc line 79

type TGuid = packed record

  case Integer of

    1: (

        Data1: DWord;

        Data2: Word;

        Data3: Word;

        Data4: array [0..7] of Byte;

      );

    2: (

        D1: DWord;

        D2: Word;

        D3: Word;

        D4: array [0..7] of Byte;

      );

end;