[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'laz2_xpath' (#lazutils)

TXPathCompareOp

Declaration

Source position: laz2_xpath.pas line 165

type TXPathCompareOp = (

  opEqual,

  

  opNotEqual,

  

  opLess,

  

  opLessEqual,

  

  opGreater,

  

  opGreaterEqual

  

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.