[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'laz2_xpath' (#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.

);