You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

List List Item - Entry Property
Entry number of the item in the underlying data list
Member of List List Item (PRIM_LIST.ListItem)
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

  • No labels