Datasnap.DSHTTPCommon.TDSHTTPDispatch.OwnedObjects

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OwnedObjects: TOwnedObjects read GetOwnedObjects;

C++

__property TOwnedObjects* OwnedObjects = {read=GetOwnedObjects};

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