IP*Works! 2016 Delphi Edition
IP*Works! 2016 Delphi Edition
Questions / Feedback?

UserData Property

The UserData property holds connection specific user specified data.

Syntax

property UserData[ConnectionId: Integer]: String;

property UserDataB[ConnectionId: Integer]: RawByteString;

Default Value

''

Remarks

The UserData property holds connection specific user specified data.

User specified data may be set or retrieved at any point while the connection is valid. This provides a simple way to associate arbitrary data with a specific connection.

The size of the array is controlled by the ConnectionCount property.

This property is not available at design time.

Data Type

Binary String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Delphi Edition - Version 16.0 [Build 7353]