Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xquery
type TXQOperatorInfo = class(TXQAbstractFunctionInfo)
name: string;
func: TXQBinaryOp;
priority: integer;
flags: TXQOperatorFlags;
followedBy: string;
contextDependencies: TXQContextDependencies;
require3: boolean;