Datasnap.DSClientRest.IDSRestCachedItem.ItemPath

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ItemPath: string read GetItemPath;

C++

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

Description

Defines the ItemPath property.

ItemPath defines the ItemPath property implemented in the TDSRestCachedItem class.

See Also