Datasnap.DSClientRest.TDSRestCachedItem.OwnedObjects

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OwnedObjects: TList<TObject> read FOwnedObjects;

C++

__property System::Generics::Collections::TList__1<System::TObject*>* OwnedObjects = {read=FOwnedObjects};

Description

Specifies a list of DataSnap REST cached owned objects.

The OwnedObjects property specifies a list of a DataSnap REST cached owned objects.

See Also