Up |
_DELtip
Remove a control reference to a tip object.
Prototype :
fun [ObjTip u0] ObjTip
- ObjTip : a tip object.
- u0 : a 2d os control object to remove from the tip object (ObjWin, ObjText, ObjButton, ObjCheck, ObjCombo, ObjBox, ObjMenuItem, ObjList, ObjTree, ObjListTab, ObjTab).
Return : ObjTip the same tip object if success or if this control is already unreferenced, NIL otherwise (like an unsupported control)
See also :
Example :