SmartCoreAI.Driver.OpenAI.TAIOpenAIDriver.FindJSONData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindJSONData(const ARoot: TJSONObject; out ADataArray: TJSONArray; out AInnerRoot: TJSONValue; out AOwnsArray: Boolean): Boolean; override;

C++

virtual bool __fastcall FindJSONData(System::Json::TJSONObject* const ARoot, /* out */ System::Json::TJSONArray* &ADataArray, /* out */ System::Json::TJSONValue* &AInnerRoot, /* out */ bool &AOwnsArray);

Properties

Type Visibility Source Unit Parent
function protected
SmartCoreAI.Driver.OpenAI.pas
SmartCoreAI.Driver.OpenAI.hpp
SmartCoreAI.Driver.OpenAI TAIOpenAIDriver

Description


Embarcadero Technologies does not currently have any additional information.