NewIndex Properties
Returns the index of the last item added to the specified list. Read only. Available only at run time.
Syntax
object.RLNewIndex [= index ]
object.LLNewIndex [= index ]
The syntax of the NewIndex properties has these parts:
| Part | Description |
| object | A DCombo control. |
| index | The index of the most resently added item in the specified list. |
Remarks
When using the ItemData properties with a sorted list, always use the NewIndex property to retrieve the correct index value.
Data Type
Integer