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; |