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

TXPathValueBuffer

Declaration

Source position: sdo_xpath_helper.pas line 88

type TXPathValueBuffer = record

  StringValue: string;

  case Kind: TXPathAtomicDataType of

    xadtString: (

      );

    xadtBoolean: (

        BoolValue: TSDOBoolean;

      );

    xadtNumber: (

        NumberValue: Extended;

      );

end;


Documentation generated on: 2023-03-18