TopIndex Properties
Returns or sets a value that specifies which item in a list is displayed in the topmost position. Not available at design time.
Syntax
object.RLTopIndex [= index ]
object.LLTopIndex [= index ]
The syntax of the TopIndex properties has these parts:
| Part | Description |
| object | A DCombo control. |
| index | A value specifing the topmost item in a list. |
Remarks
Use these properties to scroll through a list without selecting an item. The item is displayed at the topmost position if there are enough items below it to fill the visible portion of the list.
Data Type
Integer