wb_create_items

mixed wb_create_items (int control, mixed items [, bool clear [, mixed param]])

Creates one or more items in a control. The return value varies according to the items created.

What it creates

Refer to the following table.

Class

What it creates

ComboBox

One or more combo box items.

ListBox

One or more list box items.

ListView

One or more list view rows.

TabControl

One or more tab pages.

TreeView

One or more treeview nodes.

See also

wb_delete_items
wb_get_item_count
Control functions