| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return a unique copy of a string
Source position: syshelph.inc line 56
| public class function TStringHelper.Copy( | 
| const Str: string | 
| ):string; | 
Copy will copy the string on which it operates, and makes sure the result has reference count 1.
| 
 | Make sure reference count of string is 1 |