Personal tools
From wiki.swiftlytilting.com
Jump to: navigation, search

WinBinder Manual/wb create items

Creates one or more items in a control.

Contents

Syntax

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

Returns

The return value varies according to the items created.

What it creates

Refer to the following table.

Class What it creates
ComboBoxOne or more combo box items.
ListBoxOne or more list box items.
ListViewOne or more list view rows.
TabControlOne or more tab pages.
TreeViewOne or more treeview nodes.

See also

Winbinder Projects