REST.JsonReflect.TJSONConverter.OnString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnString(Data: string); override;

C++

virtual void __fastcall OnString(System::UnicodeString Data);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONConverter

Description

Occurs when the conversion process finds a string value.

REST.JsonReflect.TJSONConverter.OnString inherits from REST.JsonReflect.TConverter.OnString. All content below this line refers to REST.JsonReflect.TConverter.OnString.

Occurs when the conversion process finds a string value.

Data is the string value.

See Also