Datasnap.DSClientRest.TDSRestCachedItem.GetItemPath

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetItemPath: string;

C++

System::UnicodeString __fastcall GetItemPath();

Description

Returns the path of a DataSnap REST cached item.

The GetItemPath method is used to return a string containing the path of a DataSnap REST cached item.

See Also