Datasnap.DSClientRest.TDSRestCachedItem.GetItemPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemPath: string;

C++

System::UnicodeString __fastcall GetItemPath();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCachedItem

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