Xbasic

SQL::List Object

Description

All properties that are arrays support the following properties and methods. Since an array may support several types of objects, you must check an item for token type (using the TargetTokenType property) before referencing its properties. The list items may be accessed using array syntax. All functions take a zero-based position index. Array syntax is one-based.

Properties

CountNumeric

The number of elements in the list.

LowerBoundNumeric

The lower bound.

Methods

Add Method

The SQL::List::Add() method

InsertBefore Method

The SQL::List::InsertBefore() method

Item Method

The SQL::List::Item() method

Remove Method

The SQL::List::Remove() method

Reset Method

The SQL::List::Reset() method

Limitations

Internal Use Only

See Also