System.UnicodeString.RefCount
C++
int            RefCount()    const { return Data ? GetRec().refCnt   : 0; }
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | ustring.h | System | UnicodeString | 
Description
Gets the reference count of UnicodeString.
RefCount gets the reference count of a UnicodeString instance. If the instance is empty, it returns 0.