Dart Telnet Control
Ref Property
Description
Stores a reference to another object, data type, or value.
Property type
Read-write property
Syntax
Visual Basic
Public Property Ref As Variant
Remarks

This property is available only at run time.

Use this property to associate the control with any Variant. If the data type is String, Ref stores a copy of the string. If the data type is a Byte array, it stores a copy of the Byte array. If the data type is an object, it increases the reference count of the object.

When Object is destroyed, and Ref holds an object reference, that object's reference count is decremented.

See Also

Telnet Object  | Telnet Members


Documentation Version 1.9.3.0
© 2020 Dart Communications. All Rights Reserved.
Send comments on this topic