Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xquery
type TXQVariable = record
A XQuery variable
consisting of a name with namespace and a value.
namespaceURL: string;
name: string;
value: IXQValue;
propertyChange: boolean;
Name of the variable (basename, in a.b := 123, the name is a)