Lenguaje 4D Comandos Objetos (Lenguaje)Versión: 20 R10 BETA Objetos (Lenguaje)New object {( propiedad ; valor {; propiedad2 ; valor2 ; ... ; propiedadN ; valorN} )} : Object New shared object {( propiedad ; valor {; propiedad2 ; valor2 ; ... ; propiedadN ; valorN} )} : Object OB Entries ( objeto ) : Collection OB Get ( objeto ; propiedad {; tipo} ) : any OB GET ARRAY ( objeto ; propiedad ; array ) OB GET PROPERTY NAMES ( objeto ; nomProp {; arrTipos} ) OB Get type ( objeto ; propiedad ) : Integer OB Instance of ( objeto ; clase ) : Boolean OB Is defined ( objeto {; propiedad} ) : Boolean OB Is empty ( objeto ) : Boolean OB Is shared ( aVerificar ) : Boolean OB Keys ( objeto ) : Collection OB REMOVE ( objeto ; propiedad ) OB SET ( objeto ; propiedad ; valor {; propiedad2 ; valor2 ; ... ; propiedadN ; valorN} ) OB SET ARRAY ( objeto ; propiedad ; array ) OB SET NULL ( objeto ; property ) OB Values ( objeto ) : Collection Storage : Object