Datasnap.DSServer.TDSCallbackTunnelBufferItem.InstanceOwner

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property InstanceOwner: Boolean read FInstanceOwner write FInstanceOwner;

C++

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

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