CountGadgetItems()
Syntax
Result = CountGadgetItems(#Gadget)Description
Returns the number of items in the specified #Gadget. If there are any items in the gadget then the count starts from 1. If the #Gadget doesn't contain any items, 0 is returned. This is a universal function which works for all gadgets which handle several items:
- ComboBoxGadget()
- EditorGadget()
- ExplorerListGadget()
- ListIconGadget()
- ListViewGadget()
- MDIGadget()
- PanelGadget()
- TreeGadget()
Supported OS
All