Table of Contents

TTMSMCPCustomClientConnection.DataObject Property

Free object slot an application may use to associate its own data with this connection.

API unit family: TMS.MCP.Client.Connection Declaring type: TTMSMCPCustomClientConnection Type: TObject

Syntax

property DataObject: TObject;

Remarks

Not streamed, not interpreted, and never released by the connection; the application keeps ownership. It is copied by Assign, so two connections can end up referring to the same object.