4D Language Commands by theme Objects (Language)Version: 21 R4 BETAObjects (Language)New object ( { ...(property : Text ; value : any)} ) : Object New shared object ( { ...(property : Text ; value : any)} ) : Object OB Copy ( object : Object {; resolvePtrs : Boolean} ) : ObjectOB Copy ( object : Object {; option : Integer {; groupWith : Collection, Object}} ) : Object OB Entries ( object : Object ) : Collection OB Get ( object : Object ; property : Text {; type : Integer} ) : any OB GET ARRAY ( object : Object ; property : Text ; array : Array ) OB GET PROPERTY NAMES ( object : Object ; arrProperties : Text array {; arrTypes : Integer array} ) OB Get type ( object : Object ; property : Text ) : Integer OB Instance of ( object : Object ; class : Object ) : Boolean OB Is defined ( object : Object {; property : Text} ) : Boolean OB Is empty ( object : Object ) : Boolean OB Is shared ( toCheck : Object, Collection ) : Boolean OB Keys ( object : Object ) : Collection OB REMOVE ( object : Object ; property : Text ) OB SET ( object : Object ; property : Text ; value : Expression {; ...(property : Text ; value : Expression)} ) OB SET ARRAY ( object : Object ; property : Text ; array : Array, Variable ) OB SET NULL ( object : Object ; property : Text ) OB Values ( object : Object ) : Collection Storage : Object