Unit 'sdo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-sdo]

TValueBuffer

Declaration

Source position: sdo.pas line 1431

type TValueBuffer = packed record

  case TSDOTypeKind of

    BooleanType: (

        BooleanValue: TSDOBoolean;

      );

    ByteType: (

        ByteValue: TSDOByte;

      );

    BytesType: (

        BytesValue: PSDOBytes;

      );

    CharacterType: (

        CharValue: TSDOChar;

      );

    CurrencyType: (

        CurrencyValue: TSDOCurrency;

      );

    DateTimeType: (

        DateValue: TSDODateTime;

      );

    DoubleType: (

        DoubleValue: TSDODouble;

      );

    FloatType: (

        FloatValue: TSDOFloat;

      );

    IntegerType: (

        IntegerValue: TSDOInteger;

      );

    LongType: (

        LongValue: TSDOLong;

      );

    ObjectType: (

        ObjectValue: PSDODataObject;

      );

    ShortType: (

        ShortValue: TSDOShort;

      );

    StringType: (

        StringValue: PSDOString;

      );

end;


Documentation generated on: 2023-03-18