Datasnap.DSServer.TDSCallbackTunnelBufferItem.InstanceOwner
| [–] 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.