Dieser Befehl wird hauptsächlich für Listboxen vom Typ Array verwendet.
This command is mainly used in the context of array type list boxes.
Nur Listboxen vom Typ Array können hierarchisch sein.
Only list boxes of the array type can be hierarchical.
Variablen vom Typ array können mehrere unterschiedliche Werte enthalten, ähnlich wie unterschiedliche Blätter in einem einzigen Ordner zusammengefasst werden können.
A variable of type array allows a single variable to contain multiple values, similar to storing multiple pages in a single book.
In unserem Beispiel speichern wir einzelne Zeichen in dem Array A ab; das Array ist also vom Typ array<char>.
In our example we store single characters in the array A; so the array is of type array<char>.
Wir haben eine Listbox vom Typ Array mit folgenden Merkmalen
Given an array type list box with the following characteristics
Eigene Variablen vom Typ Array dienen aktuell primär dazu, diese Werte an Funktionen zu übergeben.
Private variables of the type Array currently primarily serve to pass values to functions.
Hinweis: Werte vom Typ Array werden nicht unterstützt.
Note: Array type values are not supported.
Die Listbox vom Typ Array hat nur einen Objektnamen, ihr wird keine Variable zugewiesen.
A listbox of type array does have no variable attached, only the objectname is important.
Diese Option ist vom Typ Array und die Galerie behält die Reihenfolge der Elemente bei.
This option is of type array and the gallery preserves the order of the items.
Die length Eigenschaft eines Objektes vom Typ Array setzt die Anzahl der Elemente in einem Array oder gibt diese Anzahl zurück.
The length property of an object which is an instance of type Array sets or returns the number of elements in that array.
Die zusätzlichen Parameter werden dann in eine Eigenschaft gepackt namens arguments mit dem Typ Array, und diese Eigenschaft wird dem neu erzeugten Fenster hinzugefügt.
The extra parameters will then get packed into a property named arguments of type Array, and this property gets added to the newly opened dialog window.
Bei einer Listbox vom Typ Array muss der Variablenname zum Namen des Array passen, dessen Inhalt in der Spalte angezeigt wird.
With an array type list box, the name of the variable must match the name of the array whose contents will be displayed in the column.
Sie ist für alle Attribute vom Typ Array automatisch verfügbar und liefert die Größe des Array, z.B. die Anzahl der darin enthaltenen Elemente.
It is automatically available for all attributes of the array type, and provides the size of the array, i.e. the number of elements it contains.