RefCount

 (Available in 01 TS COM - TS_COM_IUnknown)

Purpose

Get the current 'ref-count' value

Syntax

? oSomeIObject:RefCount

Description

Get the current 'ref-count' value

Returns

RefCount = LONG

Source

ACCESS RefCount CLASS TS_IUnknown
LOCAL loRefCount AS LONG
   TSTrace Enter
   loRefCount:=SELF:_RefCount
   TSTrace Leave
RETURN loRefCount