ListBox.SetProperties

ListBox.SetProperties ( 

string ObjectName,

table  Properties )

Example 1

ListBox.SetProperties("Important_List", tImportantItems);

Sets the properties of the "Important_List" listbox to those contained in table "tImportantItems".

See also:  Related Actions