[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.

);


Version 4.0 Generated 2025-05-03 Home