API:REST.Client.TCustomRESTClient.GetEntity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEntity<T: class, constructor>(const AResource: string): T;

C++

template<typename T> T __fastcall GetEntity(const System::UnicodeString AResource);

Properties

Type Visibility Source Unit Parent
function public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

Embarcadero Technologies does not currently have any additional information.