Lade...
 

CX_OBJECT_DICTIONARY_CI::Clone

CX_OBJECT_DICTIONARY_CI::Clone

Beschreibung:

Diese Funktion erzeugt ein neues Dictionary-Objekt, das alle Einträge aus dem Original-Dictionary übernimmt. 

Der Parameter bestimmt, was für ein Objekt aus der Familie der Objekt-Dictionary-Klassen entstehen soll.

Code-Beispiel:
CreatePersObject(CX_OBJECT_DICTIONARY_CI) -> dict, "D4" dict Put(uniqueID)
....................................
CX_OBJECT_DICTIONARY dict Call(Clone) -> dict2  // to get a different type of the same dictionary
"D4 case sensitive" dict2 Put(uniqueID)    

Stack
Stack Position Objekttyp Kurzbeschreibung
Stack(In)   INTEGER Identifikator der Klasse
Stack(Out)   OBJECT das neue Dictionary
Funktionsaufruf: Call(Clone)