Kategorie: Objekte
/ Eigenschaften
Ab Engineversion: 5.3 OC
GetProperties
Beschreibung
Returns the names of all properties of
object.Syntax
array GetProperties(proplist object);
Parameter
- object:
- [opt] Objekt von dem die Eigenschaft abgefragt wird.
nilfür lokale Aufrufe.
Beispiel
GetProperties({foo = 1, bar = 2}) == ["bar", "foo"]
Siehe auch: SetProperty
Siehe auch: GetProperty


