AddListValue method: QueryList class
Syntax
AddListValue(Value, IsPrompt)
Description
The AddListValue method adds a new List Value into the QueryList instance.
Parameters
| Parameter | Description |
|---|---|
|
Value |
Specify the string value to be added to the list |
|
IsPrompt |
Specify whether the string specified by Value is a bind variable. This parameter takes a Boolean value: True, Value is a bind variable. |
Returns
A reference to a QueryListValue object if successful, NULL otherwise.
Example
&MyListValue = &MyList.AddListValue("1", False);