Data.DBXJSONReflect.TStringReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStringReverter = reference to procedure(Data: TObject; Field: string;
Arg: string);

C++

__interface TStringReverter  : 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 field reverters that transform a field value into a string.

TStringReverter represents the type for field reverters that transform a field value into a string.

Note: The Data parameter specifies the current object instance that is being serialized.

See Also