Class TXQValueBoolean
Unit
xquery
Declaration
type TXQValueBoolean = class(TXQValue)
Description
boolean value
Hierarchy
- TInterfacedObject
- TXQValue
- TXQValueBoolean
Overview
Fields
Methods
Description
Fields
|
bool: boolean; |
plain boolean value
|
Methods
|
constructor create(abool: boolean = false); reintroduce; |
|
|
constructor create(atypeAnnotation: TXSType; const value: IXQValue); override; |
|
|
constructor create(atypeAnnotation: TXSType; abool: boolean = false); reintroduce; |
|
|
function toBoolean: boolean; override; |
Converts the TXQValue dynamically to boolean
|
|
function toInt64: int64; override; |
Converts the TXQValue dynamically to int64
|
|
function toString: string; override; |
Converts the TXQValue dynamically to string
|
|
function jsonSerialize(nodeFormat: TTreeNodeSerialization; insertWhitespace: boolean = false; const indent: string = ''): string; override; |
|
Generated by PasDoc 0.14.0.
|