System.JSON.TJSONBool.AsTValue
Delphi
function AsTValue(ATypeInfo: PTypeInfo; var AValue: TValue): Boolean; override;
C++
virtual bool __fastcall AsTValue(System::Typinfo::PTypeInfo ATypeInfo, System::Rtti::TValue &AValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONBool |
Description
Fills the specified AValue
instance of TValue with the value of this JSON boolean value, encoded using the specified type. AsTValue returns True
if the specified type is supported or False
otherwise.
Supported TTypeData types are:
Supported Types | Description |
---|---|
|
Fills |
|
Fills |
|
Fills |
|
Fills |