TValueHelper.FromVarRec Method

Definition

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.

Delphi
class function FromVarRec(const value: TVarRec): TValue

Parameters

value
TVarRec

Returns

TValue