Datasnap.DSClientRest.TDSRestCachedItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(const AItemPath: string);

C++

__fastcall TDSRestCachedItem(const System::UnicodeString AItemPath);


Description

Creates and initializes a TDSRestCachedItem class instance.

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

See Also