Datasnap.DSService.TDSRequestFilter.CanConvert
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSService.pas Datasnap.DSService.hpp
| |
Unit: Datasnap.DSService | |
Parent: TDSRequestFilter |
Delphi
function CanConvert(Value: T): Boolean; virtual; abstract;
C++
virtual bool __fastcall CanConvert(T Value) = 0 ;
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.