List Properties

Returns or sets the text for an item in a DCombo list.  Available only at run time.


Syntax

object.RLList(index) [= string ]
object.LLList(index) [= string ]

The syntax of the List properties has these parts:

PartDescription
objectA DCombo control.
index  The index of a specific item in the list.
string  A string expression to be associated with the specified item.

Remarks

The index of the first item is 0, the last is ListCount -1.

Data Type

index  Integer
string  A string expression