Class TXQVCustomList
Unit
xquery
Declaration
type TXQVCustomList = class(TObject)
Description
List of TXQValue-s
. Can store any xqvalue, even nested sequences
Hierarchy
Overview
Methods
Properties
 |
property items[i:integer]: IXQValue read get write put; |
 |
property Count: integer read fcount write setCount; |
Description
Methods
 |
constructor create(capacity: integer = 0); |
|
 |
destructor Destroy; override; |
|
 |
procedure delete(i: integer); |
Deletes a value (since it is an interface, the value is freed iff there are no other references to it remaining)
|
 |
procedure clear; |
|
 |
procedure revert; |
Reverts the list
|
Properties
 |
property items[i:integer]: IXQValue read get write put; |
|
 |
property Count: integer read fcount write setCount; |
|
Generated by PasDoc 0.14.0.
|