Datasnap.DSClientRest.IDSRestCachedJSONValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: Datasnap.DSClientRest

Delphi

IDSRestCachedJSONValue = interface(IDSRestCachedItem)

C++

__interface  INTERFACE_UUID("{12458118-91A1-4A67-87AB-947CB8970D7B}") IDSRestCachedJSONValue  : public IDSRestCachedItem

Description

Defines the structure of the TDSRestCachedJSONValue class.

The IDSRestCachedJSONValue interface defines the structure of the TDSRestCachedJSONValue class, which also provides the implementation.

See Also