Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xquery
type TXQValuePropertyEnumerator = class(TXQPropertyEnumeratorInternal)
function MoveNext: Boolean;
function GetEnumerator: TXQValuePropertyEnumerator;
constructor create(obj: TXQValueObject);
destructor destroy; override;
property Current: TXQProperty read GetCurrent;