Class TXQValueString
Unit
xquery
Declaration
type TXQValueString = class(TXQValue)
Description
string value
Hierarchy
- TInterfacedObject
- TXQValue
- TXQValueString
Overview
Fields
Methods
Description
Fields
|
str: string; |
|
Methods
|
constructor create(const astr: string = ''); reintroduce; virtual; |
|
|
constructor create(atypeAnnotation: TXSType; const astr: string); |
|
|
constructor create(atypeAnnotation: TXSType; const value: IXQValue); override; |
|
|
destructor Destroy; override; |
|
|
class function canCreateFromString(const v: string): boolean; virtual; |
|
|
function toBoolean: boolean; override; |
|
|
function toBooleanEffective: boolean; override; |
|
|
function toString: string; override; |
|
|
function toDateTime: TDateTime; override; |
|
|
function toRawBinary: string; |
|
Generated by PasDoc 0.14.0.
|