SetPrototype

Kategorie: Objekte / Eigenschaften
Ab Engineversion: 8.0 OC

Beschreibung

This function changes the prototype of a proplist. When properties of a proplist are read and not set on that proplist, the property is looked up in the proplist's prototype(s). This can be used for inheritance.

Syntax

nil SetPrototype(proplist prototype, proplist obj);

Parameter

prototype:
[opt] The new prototype.
obj:
[opt] Objekt, das geändert wird. nil bei lokalem Aufruf.
Siehe auch: GetPrototype
Günther, 2016-04