Package: gio
Function gio:list-model-n-items
Lambda Listgio:list-model-n-items (model) ArgumentsReturn ValueThe integer with the number of items in model. Details
Gets the number of items in the list model.
Depending on the list model implementation, calling this function may be less efficient than iterating the list model with increasing values for pos until the g:list-model-item functions returns the nil value. | See also |
2025-3-24