4D LanguageCommands by themeObjects (Language)Version: NextObjects (Language)New object ( property : Text ; value : any {; ...(property : Text, value : any)} ) : ObjectNew shared object ( property : Text ; value : any {; ...(property : Text, value : any)} ) : ObjectOB Class ( object : Object ) : anyOB Copy ( object : Object, Object {; resolvePtrs } ) : ObjectOB Copy ( object : Object, Object {; option : Integer {; groupWith : Collection, Object}} ) : ObjectOB Entries ( object : Object ) : CollectionOB Get ( object : Object, Object ; property : Text {; type : Integer} ) : anyOB 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 ) : IntegerOB Instance of ( object : Object ; class : Object ) : BooleanOB Is defined ( object : Object, Object {; property : Text} ) : BooleanOB Is empty ( object : Object, Object ) : BooleanOB Is shared ( toCheck : Object, Collection ) : BooleanOB Keys ( object : Object ) : CollectionOB REMOVE ( object : Object, Object ; property : Text )OB SET ( object : Object, Object ; property : Text ; value : Expression {; ...(property : Text, value : Expression)} )OB SET ARRAY ( object : Object, Object ; property : Text ; array : Array, Variable )OB SET NULL ( object : Object, Object ; property : Text )OB Values ( object : Object ) : CollectionStorage : Object