Unit 'Laz2_XPath' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TXPathBooleanOp

Represents Boolean operators in an XPath expression.

Declaration

Source position: laz2_xpath.pas line 181

type TXPathBooleanOp = (

  opOr,

  

The OR operator.

  opAnd

  

The AND operator.

);


Version 4.4 Generated 2025-11-08 Home