TAPIEx ActiveX Control v3.6

User_Data1, User_Data2

The User_Data1, User_Data2 properties are application user data, for uses store their own "call session" variable.

Property User_Data1 As Variant
Property User_Data2 As Variant

Parameters

None.

Return Values

None.

Remarks

In multi-lines programming , we high recommend the users do not use the global variables. Use "Call Session" value instead. User_data1 or User_data2 properties help you to store the "Call Session" variables. Variant value type mean you can store any data type such as String, integer, object and so on.

See Also

None.