Unit 'xquery.internals.common' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_internettools]

TXQCompareResult

Declaration

Source position: xquery.internals.common.pas line 34

type TXQCompareResult = (

  xqcrReservedInvalid = - 5,

  

  xqcrEmptySequence = - 4,

  

  xqcrNaN = - 3,

  

  xqcrIncomparable = - 2,

  

  xqcrLessThan = - 1,

  

  xqcrEqual = 0,

  

  xqcrGreaterThan = 1

  

);



CT Web help

CodeTyphon Studio