Datasnap.DSService.TDBXReaderRequestFilter.ToJSON

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSService.pas
Datasnap.DSService.hpp
Unit: Datasnap.DSService
Parent: TDBXReaderRequestFilter

Delphi

function ToJSON(Value: TDBXValue; IsLocal: Boolean = false): TJSONValue; override;

C++

virtual System::Json::TJSONValue* __fastcall ToJSON(Data::Dbxcommon::TDBXValue* Value, bool IsLocal = false);

Description

Converts the given value to a JSON.

The ToJSON method converts the given value to a TJSONValue. The IsLocal parameter controls the life cycle and is True for an in-process value.

See Also