Datasnap.DSHTTPCommon.TDSHTTPDispatch.OwnedObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OwnedObjects: TOwnedObjects read GetOwnedObjects;

C++

__property TOwnedObjects* OwnedObjects = {read=GetOwnedObjects};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPDispatch

Description

Encapsulated objects in the TDSHTTPDispatch class involved in a specific HTTP request.

Encapsulated objects in the TDSHTTPDispatch class involved in a specific HTTP request. Once the request is dispatched, all the encapsulated objects should be destroyed.

See Also