Combo Box Item - Entry Property

Entry number of the item in the underlying data list

Member of Combo Box Item (PRIM_CBIT)

Data Type - Integer

Details

Entry returns the entry number of the list item in the underlying data list.
 
Entry numbers are assigned when the entry is added and will only change if an earlier entry is deleted.
 
They are not affected by sorting or other visual activities.

Example

Using the entry number to set the list currentitem. This will set the currentitem and return the corresponding field values.
Get_Entry Number(#Number) From_list(#List)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2