Kategorie: Objekte
/ Eigenschaften
Ab Engineversion: 8.0 OC
GetPrototype
Beschreibung
When properties of a proplist are read and not set on that proplist, the property is looked up in the proplist's prototype(s). The immediate prototype is returned by this function.
Syntax
nil GetPrototype(proplist obj);
Parameter
- obj:
- [opt] The Object whose prototype is returned. Can be
nil
in local calls.
Siehe auch: SetPrototype