RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::RefCount Method

Gets reference count of System::UnicodeString.

Pascal
function RefCount: Integer;
C++
int RefCount() const;

System::UnicodeString::RefCount gets the reference count of a System::UnicodeString instance. If the instance is empty, it returns 0. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!