Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xquery
type EXQException = class(Exception)
General XQuery exception, with an namespace, errorCode and message
errorCode: string;
namespace: INamespace;
constructor create(aerrcode, amessage: string; anamespace: INamespace = nil);
class function searchClosestFunction(const addr: pointer): string;