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.
Refer to the following table.
Class |
What it creates |
---|---|
One or more combo box items. |
|
One or more list box items. |
|
One or more list view rows. |
|
One or more tab pages. |
|
One or more treeview nodes. |
wb_delete_items
wb_get_item_count
Control functions