Data.DBXCommon.TDBXJSONValue.GetJSONValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetJSONValue: TJSONValue; override;
function GetJSONValue(AInstanceOwner: Boolean): TJSONValue; override;

C++

virtual System::Json::TJSONValue* __fastcall GetJSONValue()/* overload */;
virtual System::Json::TJSONValue* __fastcall GetJSONValue(bool AInstanceOwner)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXJSONValue

Description

Renvoie la valeur JSON depuis le tampon de lignes.

Voir aussi