FieldAccessorSetInstanceValue Method

Overload List

SetInstanceValueTInstance, TField(TInstance, TField) Sets the strongly typed value of an instance field in a value type. If the type of the field or the declaring instance is not known at compile time the non-generic Set method can be used.
SetInstanceValueTInstance, TField(TInstance, TField) Sets the strongly typed value of an instance field in a reference type. If the type of the field or the declaring instance is not known at compile time the non-generic Set method can be used.

See Also