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

TXPathToken

Declaration

Source position: sdo_xpath_helper.pas line 239

type TXPathToken = (

  xtkEof,

  xtkNull,

  xtkTrue,

  xtkFalse,

  xtkNumber,

  xtkString,

  xtkSymbol,

  xtkAt,

  xtkSlash,

  xtkPeriod,

  xtkDoublePeriod,

  xtkSquaredBraceLeft,

  xtkSquaredBraceRigth,

  xtkEqual

);


Documentation generated on: 2023-03-18