Concept Framework 1.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: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software