Member attributes: Items

This attribute determines the initial values for items in an array member.

Discussion

The attribute Items serves as a parent node for expressions to initialize the items in an array member. The attribute itself is not intended for modifications. It displays only the number of specified initialization expressions in relation to the entire number of available array items. To inspect the attribute select first the affected array member. Thereupon, the attribute is listed in the middle area of Inspector. By clicking on the small triangle left to the attribute, the subordinated items are expanded:

Modify the item values

Once expanded, the initialization expressions can be inspected and modified individually. The numbers on the left are indices of the corresponding array items starting with index 0 for the very first item. Depending on the data type of the array, an additional assistant may be available you can activate by clicking on the button right to an item:

Please note, the expressions in the initialization of array items must match the data type specified in the array's Type attribute.

Remove an initialization expression

If you have specified an initialization expression for an item, you can simply remove it by pressing the keys CtrlR when the item in question is selected in Inspector.