Return a unique copy of a string.
Source position: syshelph.inc line 76
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. |