Datasnap.DSClientRest.TDSRestCachedItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AItemPath: string);

C++

__fastcall TDSRestCachedItem(const System::UnicodeString AItemPath);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCachedItem


Description

Creates and initializes a TDSRestCachedItem class instance.

The Create method creates and initializes an instance of the TDSRestCachedItem class.

See Also