Lenguaje 4D Comandos por tema Objetos (Lenguaje)Versión: 21 R4 BETAObjetos (Lenguaje)New object ( propiedad : Text ; valor : any {; ...(propiedad : Text, valor : any)} ) : Object New shared object ( propiedad : Text ; valor : any {; ...(propiedad : Text, valor : any)} ) : Object OB Entries ( objeto : Object ) : Collection OB Get ( objeto : Object ; propiedad : Text {; tipo : Integer} ) : any OB GET ARRAY ( objeto : Object ; propiedad : Text ; array : Array ) OB GET PROPERTY NAMES ( objeto : Object ; nomProp : Text array {; arrTipos : Integer array} ) OB Get type ( objeto : Object ; propiedad : Text ) : Integer OB Instance of ( objeto : Object ; clase : Object ) : Boolean OB Is defined ( objeto : Object {; propiedad : Text} ) : Boolean OB Is empty ( objeto : Object ) : Boolean OB Is shared ( aVerificar : Object, Collection ) : Boolean OB Keys ( objeto : Object ) : Collection OB REMOVE ( objeto : Object ; propiedad : Text ) OB SET ( objeto : Object ; propiedad : Text ; valor : Expression {; ...(propiedad : Text ; valor : Expression)} ) OB SET ARRAY ( objeto : Object ; propiedad : Text ; array : Array, Variable ) OB SET NULL ( objeto : Object ; property : Text ) OB Values ( objeto : Object ) : Collection Storage : Object