Datasnap.DSServer.TDSCallbackTunnelBufferItem.InstanceOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InstanceOwner: Boolean read FInstanceOwner write FInstanceOwner;

C++

__property bool InstanceOwner = {read=FInstanceOwner, write=FInstanceOwner, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnelBufferItem

Description

Specifies whether the JSON message is destroyed by the destructor of TDSCallbackTunnelBufferItem.

If the InstanceOwner property is True then the JSON message is destroyed by the Destroy method.

See Also