Data.DBXJSONReflect.TTypeStringReverter

From RAD Studio API Documentation
Revision as of 23:50, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

TTypeStringReverter = reference to function(Data: string): TObject;

C++

__interface TTypeStringReverter  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect Data.DBXJSONReflect

Description

Represents the type for reverters that transform any field value of the registered type into a string.

TTypeStringReverter represents the type for reverters that transform any field value of the registered type into a string.

Note: The Data parameter specifies the object value of the current field.

See Also