Datasnap.DSClientRest.TDSRestCachedItem.OwnedObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OwnedObjects: TList<TObject> read FOwnedObjects;

C++

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

Properties

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

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