Datasnap.DSClientRest.TDSRestCachedItem.ItemPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemPath: string read GetItemPath;

C++

__property System::UnicodeString ItemPath = {read=GetItemPath};

Properties

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

Description

Specifies the path of a DataSnap REST cached item.

The ItemPath property is a string specifying the path of a DataSnap REST item.

See Also