ListCount

[property icon] ListCount

Returns the number of items in the list box

Integer property

Applies to: ComboBox , Grid , GridCell , KCMLEdit , List Box


>ListCount

ListCount

This is a read only property returning the current number of items in a list box or dropdown, for example:

 NoOfItems = .listControl1.ListCount

See also

ComboBox methods, properties and events. Grid methods, properties and events. GridCell methods, properties and events. KCMLEdit methods, properties and events. List Box methods, properties and events.