[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'msefontconfig' (#msegui)

TFcValue

Declaration

Source position: msefontconfig.pas line 111

type TFcValue = record

  _type: TFcType;

  u: record

    case LongInt of

      0: (

          s: ;

        );

      1: (

          i: LongInt;

        );

      2: (

          b: TFcBool;

        );

      3: (

          d: cdouble;

        );

      4: (

          m: ;

        );

      5: (

          c: ;

        );

      6: (

          f: pointer;

        );

      7: (

          p: ;

        );

      8: (

          l: ;

        );

  end;

end;


Documentation generated on: 2021-05-13