GetObjectTip
|
This method is deprecated and supported for backward compatibility. Use Iso3GetObjectTip instead. (See Iso3GetObjectTip.)
|
This method retrieves the text used in object tips for this object. It returns the tip text of the object as BSTR.
Introduced with Arbortext IsoView 2.0.
Syntax
GetObjectTipIDName
Parameters:
ID
Defines the id of the object as long.
Name
Defines the name of the object as BSTR.
form1.edtTip.value =
document.ivx1.GetObjectTip( id,name );