TStringHelper.Copy
Return a unique copy of a string
Declaration
Source position: syshelph.inc line 76
public
class function Copy(const Str: string) : string; Static;
Description
Copy will copy the string on which it operates, and makes sure the result has reference count 1.
See also
Name | Description |
---|---|
UniqueString | Make sure reference count of string is 1 |