WinBinder Manual/wb get item list
From wiki.swiftlytilting.com
Returns an array with child items or controls.
[edit]
Syntax
array wb_get_item_list (int wbobject)
[edit]
Returns
Returns an array with a list of the child controls in window or control wbobject. Each element is an integer identifier that represents a WinBinder object.
[edit]

