Data.DBXJSONReflect.TTypeMarshaller.MarshalValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MarshalValue(Value: TValue; fieldRTTI: TRTTIField = nil);

C++

void __fastcall MarshalValue(const System::Rtti::TValue &Value, System::Rtti::TRttiField* fieldRTTI = (System::Rtti::TRttiField*)(0x0));

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTypeMarshaller

Description

The MarshalValue method marshals the Value argument associated with the instance TRttiField for any field name or type.

See Also