Die folgende Listbox wurde mit einem Objekt Array gestaltet
The following list box was designed using an object array
Der Inhalt jeder Zelle der Spalte richtet sich nach den Attributen, die dem jeweiligen Element des Objekt Array zugewiesen ist.
In fact, the contents of each column cell are based on attributes found in the corresponding element of the object array.
Objekt Array in Spalte einrichten
Configuring an object array column
Sie können Objektattribute direkt erstellen, lesen oder ändern, und sogar neue Elemente in einem Objekt Array erstellen.
You can create, read or modify object attributes directly, even create new elements in an object array attribute simply by using it.
Sie lassen sich in skalarer Form, also String, Zahl, Datum oder Zeit, bzw. als 4D Objekt, Objekt Array oder Collection anzeigen.
It can be expressed in scalar form (string, number, date or time) or by means of a 4D object or collection.
Attribute Jedes Element des Objekt Array ist ein Objekt mit einem oder mehreren Attributen, die den Inhalt der Zelle und die Anzeige der Daten definieren (siehe Beispiel oben).
Attributes Each element of the object array is an object that can contain one or more attributes that will define the cell contents and data display (see example above).
Um ein Objekt Array einer Spalte der Listbox zuzuordnen, setzen Sie den Namen des Objekt Array entweder in der Eigenschaftenliste im Feld "Variablenname" oder im Befehl LISTBOX INSERT COLUMN, genauso wie für eine Spalte mit zugeordnetem Array.
To assign an object array to a list box column, you just need to set the object array name in either the Property list ("Variable Name" field), or using the LISTBOX INSERT COLUMN command, like with any array-based column.