Discuss this help topic in SecureBlackbox Forum
This property contains user data passed via Open method.
Declaration
[VB.NET]
Property Data As Object
[Pascal]
property Data : pointer;
[C++]
void * get_Data();
void set_Data(void * Value);
[PHP]
get_Data()
void set_Data(TSBPointer|array of byte|string|NULL $Value)
[Java]
TObject getData();
void setData(TObject Value);
Description
This property lets each connection store pointer to the object
corresponded to this connection.
Discuss this help topic in SecureBlackbox Forum