[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGVariantBuilder_union_u

Declaration

Source position: lazglib2.pas line 4038

type TGVariantBuilder_union_u = record

  case LongInt of

    0: (

        s: record

  

          partial_magic: gsize;

  

          type_: PGVariantType;

  

          y: array [0..13] of gsize;

  

        end;

      );

    1: (

        x: array [0..15] of gsize;

  

      );

end;