TValueHelper.FromVarRec(TVarRec) Method

Returns a TValue that holds the value that was passed in a TVarRec. The TypeInfo of the returned TValue depends on the VType of the passed TVarRec.

Namespace: Spring
public
 class function FromVarRec(const value: TVarRec): TValue; static;

Parameters

value
Type: TVarRec

Return Value

Type: TValue