API:Datasnap.DSService.TDBXReaderRequestFilter.ToJSON
| [–] 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.
Datasnap.DSService.TDBXReaderRequestFilter.ToJSON inherits from Datasnap.DSService.TDSRequestFilter.ToJSON. All content below this line refers to Datasnap.DSService.TDSRequestFilter.ToJSON.
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.