Concept Framework 2.0 documentation Contents | Index

standard.lang.serialize.SetMember

Name Version Deprecated
SetMember version 1.0 no

Prototype:
boolean SetMember(object obj, string member_name, anything new_value)

Parameters:
obj      a class object
member_name      the name of the member
new_value      the new value for the member

Description:
Sets the value of a property or a data member of an object by its name.

Returns:
Returns true if succeeded, or false if failed.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software