FieldAccessorGetInstanceValue Method

Overload List

GetInstanceValueTInstance, TField(TInstance) Gets 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 Get method can be used.
GetInstanceValueTInstance, TField(TInstance) Gets 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 Get method can be used.

See Also