Datasnap.DSService.TDBXSubStringRequestFilter.CanConvert
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSService.pas Datasnap.DSService.hpp
| |
| Unit: Datasnap.DSService | |
| Parent: TDBXSubStringRequestFilter | |
Delphi
function CanConvert(Value: TDBXValue): Boolean; override;
C++
virtual bool __fastcall CanConvert(Data::Dbxcommon::TDBXValue* Value);
Description
Verifies whether the given parameter can be converted to a JSON.
The CanConvert method returns True if the value given through the parameter can be converted to a JSON, False otherwise.