Datasnap.DSService.TDBXSubStringRequestFilter.ToJSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSService.pas
Datasnap.DSService.hpp
Datasnap.DSService TDBXSubStringRequestFilter

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